MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / is_closed

Method is_closed

flow-rs/src/graph/context.rs:36–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34 }
35 }
36 pub fn is_closed(&self) -> bool {
37 self.is_closed.load(Ordering::Relaxed)
38 }
39 pub async fn wait(&self) {
40 let mut listener = None;
41

Callers 2

dmonMethod · 0.45
is_allinp_closedMethod · 0.45

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected