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

Class Context

flow-rs/src/loader/python/context.rs:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31struct Context {
32 thread: *mut ffi::PyThreadState,
33 ctx: PyThreadStateUnlimited,
34}
35
36struct ContextPool {
37 pool: Vec<Context>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected