MCPcopy Create free account
hub / github.com/Ruddle/Fomos / SimpleExecutor

Class SimpleExecutor

bootloader/kernel/src/task/executor.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6use futures::Future;
7use lazy_static::lazy_static;
8pub struct SimpleExecutor {
9 task_queue: VecDeque<Task>,
10}
11
12impl SimpleExecutor {
13 pub fn new() -> SimpleExecutor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected