machinarium: update README.md

This commit is contained in:
Dmitry Simonenko 2017-05-22 13:07:35 +03:00
parent 0e8b151a69
commit f24b4d3876
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
Machinarium allows to create fast networked and event-driven asynchronous applications<br> Machinarium allows to create fast networked and event-driven asynchronous applications<br>
in synchronous/procedural manner instead of using traditional callback approach. in synchronous/procedural manner instead of using traditional callback approach.
The library is based on using and combining pthreads(7) and efficient<br> The library is based on using and combining OS threads (pthreads) and efficient cooperative<br>
cooperative multi-tasking primitives (coroutines). Each coroutine executed using own stack<br> multi-tasking primitives (coroutines). Each coroutine executed using own stack and scheduling<br>
and scheduling is transparently driven by epoll(2). is transparently driven by event loop logic (epoll).