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

Method start

flow-rs/src/node/mod.rs:54–56  ·  view source on GitHub ↗

Run the actor

(self: Box<Self>, _: Context, _: ResourceCollection)

Source from the content-addressed store, hash-verified

52pub trait Actor: Node + Send + 'static {
53 /// Run the actor
54 fn start(self: Box<Self>, _: Context, _: ResourceCollection) -> JoinHandle<Result<()>> {
55 unimplemented!()
56 }
57}
58
59pub(crate) fn load_static(

Callers

nothing calls this directly

Implementers 5

video_input.rsflow-plugins/src/video_input.rs
node.rsflow-rs/src/loader/python/node.rs
subgraph.rsflow-rs/src/graph/subgraph.rs
transform.rsflow-rs/src/node/transform.rs
shared.rsflow-rs/src/node/shared.rs

Calls

no outgoing calls

Tested by

no test coverage detected