mirror of https://github.com/yandex/odyssey.git
machinarium: update README.md
This commit is contained in:
parent
5cb4206ab8
commit
0507175dec
10
README.md
10
README.md
|
@ -1,9 +1,7 @@
|
||||||
**machinarium**
|
**machinarium**
|
||||||
|
|
||||||
Machinarium allows to create fast networked and
|
Machinarium allows to create fast networked and event-driven asynchronous applications<br>
|
||||||
event-driven asynchronous applications in synchronous/procedural
|
in synchronous/procedural manner instead of using traditional callback approach.
|
||||||
manner instead of using traditional callback approach.
|
|
||||||
|
|
||||||
The library is based on using and combining OS threads
|
The library is based on using and combining OS threads (pthreads) and efficient<br>
|
||||||
(pthreads) and efficient cooperative multi-tasking primitives
|
cooperative multi-tasking primitives (coroutines).
|
||||||
(coroutines).
|
|
||||||
|
|
Loading…
Reference in New Issue