From 0507175dec15da5a7d7517e2b22ebbe23243fbcb Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Sat, 20 May 2017 14:19:27 +0400 Subject: [PATCH] machinarium: update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3def7ac5..80797ecd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ **machinarium** -Machinarium allows to create fast networked and -event-driven asynchronous applications in synchronous/procedural -manner instead of using traditional callback approach. +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 OS threads (pthreads) and efficient
+cooperative multi-tasking primitives (coroutines).