protothread News
Brought to you by:
lmruane
Announcing the newest, most sophisticated implementation of protothreads yet! This tiny C library (400 lines including comments) lets you write thread-structured code, but with all the advantages of the event-driven (or state-machine) model -- great for high-performance or memory-constrained systems (such as embedded, firmware, storage or devices).
The gcc compiler is all that's required; works with any (or no) operating system. Works with any processor (no assembly language).... read more