machinarium: update README.md

This commit is contained in:
Dmitry Simonenko 2017-05-22 19:30:10 +04:00 committed by GitHub Enterprise
parent b8e8ca64c6
commit 20dc3e3bd2
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 in
synchronous/procedural manner instead of using traditional callback approach.
The library is based on using and combining OS threads (pthreads) and efficient cooperative
multi-tasking primitives (coroutines). Each coroutine executed using own stack context
and scheduled transparently by event loop logic (epoll).
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).