P0876R24 — fiber_context - fibers without scheduler
Oliver Kowalke, Nat Goodspeed
CWGLWG
Revisions R24Jul 2026R23May 2026R22Feb 2026
This paper proposes a minimal API that enables stackful context switching **without** the need for a scheduler. The API is suitable to act as building-block for high-level constructs such as stackful coroutines as well as cooperative multitasking (aka user-land/green threads that incorporate a **scheduling** facility).