odyssey/README.md

8 lines
325 B
Markdown
Raw Normal View History

2016-11-25 11:45:20 +00:00
**machinarium**
2016-11-08 11:29:48 +00:00
2017-05-20 10:19:27 +00:00
Machinarium allows to create fast networked and event-driven asynchronous applications<br>
in synchronous/procedural manner instead of using traditional callback approach.
2016-11-08 15:15:47 +00:00
2017-05-20 10:19:27 +00:00
The library is based on using and combining OS threads (pthreads) and efficient<br>
cooperative multi-tasking primitives (coroutines).