Skip to content

v0.10.0

Latest

Choose a tag to compare

@lalinsky lalinsky released this 26 Apr 06:12
· 4 commits to main since this release

Added

  • Support for Zig 0.16.
  • Implementation of the std.Io interface. Supports fiber-based futures/groups, file and network operations.
    Still missing child process and batch operations. The rest of the codebase will be adjusted over time to align with std.Io
    to avoid some unnecessary type conversions.

Changed

  • server.accept() now takes options argument with timeout.

Fixed

  • Internal refactoring to handle data races on weakly ordered architectures in some cases.