Closed ioquatix closed 3 months ago
Transient tasks which use defer_stop exit too early in Task#stop. If the task is not made non-transient, an iteration of the event loop may send stop a 2nd time, even if stop is deferred.
defer_stop
Task#stop
Transient tasks which use
defer_stop
exit too early inTask#stop
. If the task is not made non-transient, an iteration of the event loop may send stop a 2nd time, even if stop is deferred.Types of Changes
Contribution