merge commit. probably broken tbh
This commit is contained in:
@@ -127,6 +127,12 @@ impl TaskWaker {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Executor {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Wake for TaskWaker {
|
||||
fn wake(self: Arc<Self>) {
|
||||
self.wake_task();
|
||||
|
||||
Reference in New Issue
Block a user