Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems.
Marek Küthe 4be1b4e31f use modern cpp | пре 1 година | |
---|---|---|
src | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година | |
library.properties | пре 1 година |
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: