IsAbandoned returns true if Abandon() was called on this context.
()
| 171 | Abandon() |
| 172 | // IsAbandoned returns true if Abandon() was called on this context. |
| 173 | IsAbandoned() bool |
| 174 | // ForceRelease releases an abandoned context back to the pool. |
| 175 | // This MUST only be called after all goroutines (including requestHandler and |
| 176 | // ErrorHandler) have completely finished using this context. Calling it while |
no outgoing calls