You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.