odissey: update README.md

This commit is contained in:
Dmitry Simonenko 2017-07-14 15:18:23 +03:00
parent f9ae83fc18
commit 45fdac97c1
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ Additionally it allows to block each pool user separately.
Odissey has sophisticated asynchonous multi-threaded architecture which Odissey has sophisticated asynchonous multi-threaded architecture which
is driven by custom made coroutine engine: [machinarium](https://github.yandex-team.ru/pmwkaa/machinarium). is driven by custom made coroutine engine: [machinarium](https://github.yandex-team.ru/pmwkaa/machinarium).
Main idea behind coroutines design is to make event-driven asynchronous applications in Main idea behind coroutine design is to make event-driven asynchronous applications to look and feel
synchronous-procedural look and feel instead of using traditional like being written in synchronous-procedural maner instead of using traditional
callback approach. callback approach.
Notes on architecture and internal design: [sources/README.md](sources/README.md). Notes on architecture and internal design: [sources/README.md](sources/README.md).