HandleCancel is called when the context that a ContextWatcher is currently watching is canceled. canceledCtx is the context that was canceled.
(canceledCtx context.Context)
| 66 | // HandleCancel is called when the context that a ContextWatcher is currently watching is canceled. canceledCtx is the |
| 67 | // context that was canceled. |
| 68 | HandleCancel(canceledCtx context.Context) |
| 69 | |
| 70 | // HandleUnwatchAfterCancel is called when a ContextWatcher that called HandleCancel on this Handler is unwatched. |
| 71 | HandleUnwatchAfterCancel() |
no outgoing calls
no test coverage detected