mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
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.