From 20dc3e3bd25194249ca60916c43c6ba8b4b71d56 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Mon, 22 May 2017 19:30:10 +0400 Subject: [PATCH] machinarium: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6befc11b..63c1e848 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ Machinarium allows to create fast networked and event-driven asynchronous applications 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). Each coroutine executed using own stack context -and scheduled transparently by event loop logic (epoll). +The library is based on combination of OS threads (pthreads) and efficient cooperative +multi-tasking primitives (coroutines). Each coroutine executed using own stack context and +transparently scheduled by event loop logic (epoll).