Searched defs:afterFuncContext (Results 1 – 1 of 1) sorted by relevance
16 type afterFuncContext struct { struct17 mu sync.Mutex18 afterFuncs map[*byte]func()19 done chan struct{}20 err error27 func (c *afterFuncContext) Deadline() (time.Time, bool) {31 func (c *afterFuncContext) Done() <-chan struct{} {40 func (c *afterFuncContext) Err() error {46 func (c *afterFuncContext) Value(key any) any {50 func (c *afterFuncContext) AfterFunc(f func()) func() bool {[all …]