> (but I'm not sure writing large if-else trees and state machines is that
> much easier than implementing hook methods,
Yes, but the decision about how exactly to do that is up to library
user. I tried to build library which can be easily plugged into
existing code w/o need for serious reengineer
Vladimir Sukhoy wrote:
> This Python library is created to support asynchronous I/O
> (Input/Output) operations. Unlike most platform-independent asynch I/O
> libraries, pyasynchio is simple. You do not have to know much about
> programming and anything about AIO in particular to use pyasynchio.
>
This Python library is created to support asynchronous I/O
(Input/Output) operations. Unlike most platform-independent asynch I/O
libraries, pyasynchio is simple. You do not have to know much about
programming and anything about AIO in particular to use pyasynchio.
Unlike, for example, famous async