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

Method close

flow-rs/src/node/port.rs:245–252  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

243 }
244
245 pub fn close(&self) {
246 for broker in self.brokers.values() {
247 broker.close();
248 }
249 for chan in self.cache.values() {
250 chan.close();
251 }
252 }
253}

Callers 3

test_reorderFunction · 0.45
test_bcastFunction · 0.45
test_demuxFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_reorderFunction · 0.36
test_bcastFunction · 0.36
test_demuxFunction · 0.36