Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems.
Marek Küthe 4be1b4e31f use modern cpp | 1 anno fa | |
---|---|---|
src | 1 anno fa | |
LICENSE | 1 anno fa | |
README.md | 1 anno fa | |
library.properties | 1 anno fa |
Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems.
Protothreads provides a blocking context on top of an event-driven system, without the overhead of per-thread stacks. The purpose of protothreads is to implement sequential flow of control without complex state machines or full multi-threading.
Main features:
Based on: