SetContext sets a context implementation by user.
(ctx context.Context)
| 28 | Context() context.Context |
| 29 | // SetContext sets a context implementation by user. |
| 30 | SetContext(ctx context.Context) |
| 31 | // Deadline returns the time when work done on behalf of this context |
| 32 | // should be canceled. Deadline returns ok==false when no deadline is |
| 33 | // set. Successive calls to Deadline return the same results. |
no outgoing calls