You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides infrastructure for writing concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.
5
5
6
6
*It implements most of the python 3 [asyncio API](https://docs.python.org/3/library/asyncio.html).*
@@ -17,7 +17,7 @@ Can be found at: http://dcarp.github.io/asynchronous/index.html
17
17
* Locks and semaphores (done)
18
18
* Queues (done)
19
19
20
-
####Why yet another async library? What wrong with vibe.d?####
20
+
####Why yet another async library? What is wrong with vibe.d?####
21
21
*`asynchronous` is a library and not a framework
22
22
* it is not web-oriented, compatible with `std.socket`
0 commit comments