parent
149dec2169
commit
e5ddff861c
|
@ -99,7 +99,7 @@ type TaskRunner struct {
|
||||||
// killCtxCancel is called when killing a task.
|
// killCtxCancel is called when killing a task.
|
||||||
killCtxCancel context.CancelFunc
|
killCtxCancel context.CancelFunc
|
||||||
|
|
||||||
// killErr is populatd when killing a task. Access should be done use the
|
// killErr is populated when killing a task. Access should be done use the
|
||||||
// getter/setter
|
// getter/setter
|
||||||
killErr error
|
killErr error
|
||||||
killErrLock sync.Mutex
|
killErrLock sync.Mutex
|
||||||
|
|
Loading…
Reference in New Issue