Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ SharedHandle
Class
SharedHandle
flow-rs/src/node/shared.rs:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
pub struct SharedHandle(pub rt::task::JoinHandle<Result<()>>);
34
// is safe because we visit it only in single thread
35
unsafe impl Sync for SharedHandle {}
36
crate::collect!(String, SharedHandle);
Callers
1
load_shared
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected