package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 31, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Go runs the given function in a background goroutine, and adds it to the
WaitContext. Shorthand for the following pattern:
waitctx.AddOne(ctx)
go func() {
defer waitctx.Done(ctx)
// do stuff
}()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.