No idea how to do a spawner
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
49f1821f9c
commit
88fd29ea1a
@ -6,6 +6,7 @@ use core::task::{Context, Poll};
|
||||
|
||||
pub mod executor;
|
||||
pub mod keyboard;
|
||||
pub mod spawner;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
struct TaskId(u64);
|
||||
|
3
src/task/spawner.rs
Normal file
3
src/task/spawner.rs
Normal file
@ -0,0 +1,3 @@
|
||||
struct Spawner {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user