We are working on curio-like I/O library. The prot...
# coroutines
j
We are working on curio-like I/O library. The prototype is already commited to
develop
branch. There are byte channels for suspendable reading/writing and later we’ll publish the whole sockets & http stack based on that. 3 replies Huh TIL the thing is about curio is that there is the scheduler and its use of "traps" its a really nice way to model explicit async code imo