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

Method poll

bootloader/kernel/src/task/mod.rs:21–23  ·  view source on GitHub ↗
(&mut self, context: &mut Context)

Source from the content-addressed store, hash-verified

19
20impl Task {
21 fn poll(&mut self, context: &mut Context) -> Poll<()> {
22 self.future.as_mut().poll(context)
23 }
24}
25
26#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected