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