Please add some explanation on what tradeoffs one takes on when using this library.
For example from very briefly looking at the code it seems that using this forces pure Python asyncio code to used.
Is there a performance (or other) impact?
How can things break with nested loops?
Thanks.