Documentation ¶
Overview ¶
Package finalcontext is used by Waypoint to create a "final" context that we'll use after the real context has been cancelled. This lets us do some last minute cleanup that may require a context.
For more detail in case that isn't clear: we use contexts everywhere for cancellation. Once cancelled, we may want to perform some cleanup, such as calling an RPC call to note we're cancelled. But this RPC itself requires a context and our context is already cancelled. We construct a "final" context that lets us do this.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.