Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Do ¶
Do executes a function in a "Critical Section" that delays context cancellation. It wraps the provided function in a shielded context that ignores the parent's cancellation. The shielded context is only cancelled AFTER the function finishes or the parent is cancelled AND a reasonable grace period has passed (optional, for now it just shields until finish).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.