Skip to main content

Module worker

Module worker 

Source
Expand description

Graph-helper-first worker compute (D137/D138).

Worker work never receives Ctx, Node, Rc<RefCell<...>>, live topology, or erased graph values. The graph-thread kickoff prepares one owned Send input from normal ctx dep reads, then submits the owned compute to the dispatcher-owned worker backend. Completion is awaited on the graph-local async driver and emitted through DeferredCtx as a fresh later wave.

Functions§

worker_derived
Create an async-pool derived node whose CPU-heavy part runs on Tokio’s blocking worker pool.