From 0e8b151a69486008f6ca808310adfb13bcfa0c3d Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Mon, 22 May 2017 13:04:28 +0300 Subject: [PATCH] machinarium: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80797ecd..d2ecda68 100644 --- a/README.md +++ b/README.md @@ -3,5 +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). +The library is based on using and combining pthreads(7) and efficient
+cooperative multi-tasking primitives (coroutines). Each coroutine executed using own stack
+and scheduling is transparently driven by epoll(2).