Documentation ¶
Overview ¶
Package context self context base context.CancelContext
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MContext ¶
type MContext interface { WithTimeout(timeout time.Duration) (MContext, context.CancelFunc) WithCancel() (MContext, context.CancelFunc) // goroutine Go(exec func()) WaitGoroutine() // basic Done() <-chan struct{} Deadline() (time.Time, bool) Value(key interface{}) interface{} Err() error }
MContext .
Click to show internal directories.
Click to hide internal directories.