MCPcopy 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
33pub struct SharedHandle(pub rt::task::JoinHandle<Result<()>>);
34// is safe because we visit it only in single thread
35unsafe impl Sync for SharedHandle {}
36crate::collect!(String, SharedHandle);

Callers 1

load_sharedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected