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

Function finalize

flow-rs/src/registry.rs:120–122  ·  view source on GitHub ↗
(id: u64)

Source from the content-addressed store, hash-verified

118}
119
120pub(crate) fn finalize(id: u64) {
121 FINALIZE.read().unwrap().iter().for_each(|f| f(id));
122}
123
124impl<ID, T: Collect<ID>> RegistryMap<ID, T>
125where

Callers 3

startMethod · 0.85
test_basisFunction · 0.85
startMethod · 0.85

Calls 1

for_eachMethod · 0.80

Tested by 1

test_basisFunction · 0.68