merge commit. probably broken tbh

This commit is contained in:
2025-02-24 15:10:58 +00:00
parent 8d57540566
commit 2f08835d69
6 changed files with 63 additions and 0 deletions
+6
View File
@@ -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();