Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
disconnect
Function · 0.45
useWebsocket
Function · 0.45
drop
Method · 0.45
test_basis
Function · 0.45
test_basis
Function · 0.45
test_empty
Function · 0.45
main
Function · 0.45
Calls
1
store
Method · 0.80
Tested by
3
test_basis
Function · 0.36
test_basis
Function · 0.36
test_empty
Function · 0.36