odyssey/README.md

10 lines
317 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:18:19 +00:00
Machinarium allows to create fast networked and
event-driven asynchronous applications in synchronous/procedural
manner instead of using traditional callback approach.
2016-11-08 15:15:47 +00:00
2017-05-20 10:18:19 +00:00
The library is based on using and combining OS threads
(pthreads) and efficient cooperative multi-tasking primitives
(coroutines).