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