IsAbandoned returns true if the context has been abandoned.
()
| 27 | |
| 28 | // IsAbandoned returns true if the context has been abandoned. |
| 29 | IsAbandoned() bool |
| 30 | |
| 31 | // ForceRelease releases an abandoned context back to the pool. |
| 32 | // Must only be called after the handler goroutine has completely finished. |