We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861556c commit 90f9426Copy full SHA for 90f9426
src/context/context.go
@@ -67,6 +67,8 @@ type Context interface {
67
// Done returns a channel that's closed when work done on behalf of this
68
// context should be canceled. Done may return nil if this context can
69
// never be canceled. Successive calls to Done return the same value.
70
+ // The close of the Done channel may happen asynchronously,
71
+ // after the cancel function returns.
72
//
73
// WithCancel arranges for Done to be closed when cancel is called;
74
// WithDeadline arranges for Done to be closed when the deadline
0 commit comments