mirror of https://github.com/yandex/odyssey.git
machinarium: update README.md
This commit is contained in:
parent
cc9732037c
commit
0e8b151a69
|
@ -3,5 +3,6 @@
|
|||
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).
|
||||
The library is based on using and combining pthreads(7) and efficient<br>
|
||||
cooperative multi-tasking primitives (coroutines). Each coroutine executed using own stack<br>
|
||||
and scheduling is transparently driven by epoll(2).
|
||||
|
|
Loading…
Reference in New Issue