machinarium: update README.md

This commit is contained in:
Dmitry Simonenko 2017-05-20 14:19:27 +04:00 committed by GitHub Enterprise
parent 5cb4206ab8
commit 0507175dec
1 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,7 @@
**machinarium**
Machinarium allows to create fast networked and
event-driven asynchronous applications in synchronous/procedural
manner instead of using traditional callback approach.
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 cooperative multi-tasking primitives
(coroutines).
The library is based on using and combining OS threads (pthreads) and efficient<br>
cooperative multi-tasking primitives (coroutines).