Checkpoint
This commit is contained in:
parent
a69dbafe3c
commit
56fba5541a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pub struct Executor {
|
||||||
dispatcher: Arc<dyn PlatformDispatcher>,
|
dispatcher: Arc<dyn PlatformDispatcher>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[must_use]
|
||||||
pub enum Task<T> {
|
pub enum Task<T> {
|
||||||
Ready(Option<T>),
|
Ready(Option<T>),
|
||||||
Spawned(async_task::Task<T>),
|
Spawned(async_task::Task<T>),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue