MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / new

Method new

user/src/bin/stackless_coroutine.rs:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59impl Executor {
60 fn new() -> Self {
61 Executor {
62 tasks: VecDeque::new(),
63 }
64 }
65
66 fn push<C, F>(&mut self, closure: C)
67 where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected