diff --git a/README.md b/README.md index 24721301..3def7ac5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ **machinarium** -Fast cooperative multitasking library. +Machinarium allows to create fast networked and +event-driven asynchronous applications in synchronous/procedural +manner instead of using traditional callback approach. -The library can be used to simplify programming of a complex
-asynchronous applications. - -WIP +The library is based on using and combining OS threads +(pthreads) and efficient cooperative multi-tasking primitives +(coroutines).