Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
55
pub struct Spawner(Arc<ArrayQueue<Task>>);
56
57
impl Spawner {
58
pub fn run(&self, future: impl Future<Output = ()> + 'static) {
Callers
1
spawner
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected