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

Method close

flow-rs/src/broker.rs:157–161  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn close(&self) {
158 self.running.store(false, Ordering::Release);
159 self.notify.close();
160 self.sub.close();
161 }
162}

Callers 7

disconnectFunction · 0.45
useWebsocketFunction · 0.45
dropMethod · 0.45
test_basisFunction · 0.45
test_basisFunction · 0.45
test_emptyFunction · 0.45
mainFunction · 0.45

Calls 1

storeMethod · 0.80

Tested by 3

test_basisFunction · 0.36
test_basisFunction · 0.36
test_emptyFunction · 0.36