Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

It looks like my socket event loop library had a fundamental design problem:

  • It wasn’t just a minimal abstraction over the different socket APIs

    • It also handles dispatching of events to sockets and timers and then we run into a lot of lifetime issues

video1267517087.mp4

Let us apply separation of concerns to make this library into the minimal abstraction it should be.

  • No labels