Skip to content

v0.2.0

Choose a tag to compare

@gmbeard gmbeard released this 17 Apr 19:42
· 34 commits to main since this release

0.2.0

MINOR Changes:

  • Timer IO object that waits for timer expiry events
  • Thread safety: Ensures ContextThread::run() can be called by multiple threads
  • UnixSocket and UnixSocketAcceptor for handling abstract UNIX domain socket communication
  • Signal object for waiting on system signals
  • Event IO object to allow firing and waiting on custom events
  • Adds ability to cancel all I/O on an object