Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_reorder
Function · 0.45
test_bcast
Function · 0.45
test_demux
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_reorder
Function · 0.36
test_bcast
Function · 0.36
test_demux
Function · 0.36