package
module
Version:
v0.0.0-...-c6eafd2
Opens a new window with list of versions in this module.
Published: Nov 12, 2017
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
executioncontext
deprecated (panics)
context for hierarchical cancellation and WaitGroup for cancellation confirmation, combined
Documentation
¶
View Source
var ErrNilContext = errorf("ERR_NIL_CONTEXT")
ErrNilContext means we got a nil context while we shouldn't
Context combination of context.Context & WaitGroup, an execution context
type WaitGroup interface {
Add(delta int)
Done()
Wait()
}
WaitGroup interface for built-in WaitGroup
Source Files
¶
Click to show internal directories.
Click to hide internal directories.