kore/examples/python-echo
Joris Vink 3b4574d791 Rework pysocket async/await.
Attach the events directly to the pysocket data structure instead of
one event per pysocket_op.

Makes the code easier, gives us a good performance boost and reduces
the number of system calls required when doing an await on a socket.
2019-03-13 11:07:15 +01:00
..
conf echo server example in Python with new async/await. 2018-10-15 20:37:51 +02:00
src Rework pysocket async/await. 2019-03-13 11:07:15 +01:00
.gitignore echo server example in Python with new async/await. 2018-10-15 20:37:51 +02:00