Protothreads

From Wikipedia, the free encyclopedia

In computer science, protothreads are a low-overhead mechanism for concurrent programming.

Protothreads function as stackless, lightweight threads providing a blocking context cheaply using only two bytes per protothread.

[edit] References

[edit] External links

[edit] See also