github.com/gotd/neo.Time.After (method)

2 uses

	github.com/gotd/neo (current package)
		time.go#L179: func (t *Time) Sleep(d time.Duration) { <-t.After(d) }
		time.go#L188: func (t *Time) After(d time.Duration) <-chan time.Time {