odyssey/README.md

9 lines
417 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-22 10:10:43 +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-22 15:30:10 +00:00
The library is based on combination of OS threads (pthreads) and efficient cooperative
multi-tasking primitives (coroutines). Each coroutine executed using own stack context and
transparently scheduled by event loop logic (epoll).