From 45fdac97c1fb767dbff6cb110ad8396bd5ab68d4 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Fri, 14 Jul 2017 15:18:23 +0300 Subject: [PATCH] odissey: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41fe1f1c..bed55ae9 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Additionally it allows to block each pool user separately. Odissey has sophisticated asynchonous multi-threaded architecture which 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 -synchronous-procedural look and feel instead of using traditional +Main idea behind coroutine design is to make event-driven asynchronous applications to look and feel +like being written in synchronous-procedural maner instead of using traditional callback approach. Notes on architecture and internal design: [sources/README.md](sources/README.md).