()
| 11 | |
| 12 | func (*uncancel) Deadline() (deadline time.Time, ok bool) { return } |
| 13 | func (*uncancel) Done() <-chan struct{} { return nil } |
| 14 | func (*uncancel) Err() error { return nil } |
| 15 | |
| 16 | // uncancelContext returns a context which ignores the cancellation of the parent and only keeps the values. |
no outgoing calls