Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextCancel ¶
type ContextCancel = Pair[context.CancelFunc, context.Context]
ContextCancel represents a pair of a cancel function and a context. It is used in operations that create new contexts with cancellation capabilities.
The first element is the CancelFunc that should be called to release resources. The second element is the new Context that was created.
Click to show internal directories.
Click to hide internal directories.