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

Class Feature

flow-rs/src/debug/feature.rs:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12use std::sync::atomic::{AtomicBool, Ordering};
13
14pub struct Feature {
15 enable: AtomicBool,
16 lock_ops: Event,
17}
18
19impl Feature {
20 pub const fn new() -> Feature {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected