mirror of https://github.com/yandex/odyssey.git
8 lines
325 B
Markdown
8 lines
325 B
Markdown
**machinarium**
|
|
|
|
Machinarium allows to create fast networked and event-driven asynchronous applications<br>
|
|
in synchronous/procedural manner instead of using traditional callback approach.
|
|
|
|
The library is based on using and combining OS threads (pthreads) and efficient<br>
|
|
cooperative multi-tasking primitives (coroutines).
|