Expand description
P2 runtime implementations.
p2_single— single-thread runtime; drives a graph with a pluggableDequeuePolicy(EDF or throughput).p2_concurrent— concurrent runtime; usesScopedGraphApiand per-workerWorkerSchedulerinstances to step nodes in parallel scoped threads.
Status: skeleton. Implementations are pending
RS1/Q1work.
Modules§
- p2_
concurrent - Concurrent P2 runtime (
stdonly). - p2_
single - Single-thread P2 runtime.