Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems.
Marek Küthe 4be1b4e31f use modern cpp | vor 1 Jahr | |
---|---|---|
src | vor 1 Jahr | |
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
library.properties | vor 1 Jahr |
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: