<Task<T> as ArcWake>::wake
might sleep while it couldn't
#959
Labels
• bug
Related to runtime bugs, panics, warnings...
If the
FIXME
line inrust/kernel/kasync/executor/workqueue.rs
in #958 is removed,klint
gives the following error:this can happen is a
Waker
is called after the executor is dropped (and the tasks cancelled).The text was updated successfully, but these errors were encountered: