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

Class Spawner

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

Source from the content-addressed store, hash-verified

53
54#[derive(Debug, Clone)]
55pub struct Spawner(Arc<ArrayQueue<Task>>);
56
57impl Spawner {
58 pub fn run(&self, future: impl Future<Output = ()> + 'static) {

Callers 1

spawnerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected