Skip to main content

Module p2_single

Module p2_single 

Source
Expand description

Single-thread P2 runtime.

Drives a graph by calling step on one node per tick, selected by a pluggable DequeuePolicy. The policy (EDF or throughput) is a generic parameter — no dyn dispatch.

Status: stub. Implementation pending RS1 runtime lifecycle work.