From fb4628a1f95f964764b4e9c765ee9ef67f7723b1 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Fri, 24 Apr 2020 20:10:41 +0000 Subject: [PATCH] Small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5121177..5993116 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # giambio - Asynchronous Python made easy (and friendly) -giambio is a Python framework that allows to perform I/O multiplexing and basically do more than one thing at once. +giambio is an event-driven concurrency library suitable to perform efficient and high-performant I/O multiplexing. This library implements what is known as a stackless mode of execution, or "green threads", though the latter term is misleading as **no multithreading is involved** (at least not by default).