Documentation
¶
Overview ¶
Package contexts provides utilities for working with Go contexts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeCancel ¶
MergeCancel returns a context that contains the values of parent and is canceled when either parent or other is canceled.
If parent is canceled, the returned context is canceled with the parent's cause. If other is canceled, the returned context is canceled with the other's cause.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.