Skip to content

v2.47.24

Choose a tag to compare

@github-actions github-actions released this 15 Mar 17:55
· 574 commits to main since this release

io_uring TCP connect + lightweight background runtime

  • io_uring TCP connect: Socket + Connect opcodes for kernel-async TCP connects via the existing uring
    worker
  • Lightweight background runtime: Drops from multi-thread to current-thread tokio executor when
    io_uring is active
  • Public API: uring_fs::tcp_connect(addr), uring_fs::is_uring_enabled()
  • CI fixes: clippy unnecessary_cast, io_other_error, cargo fmt

Full Changelog: v2.47.23...v2.47.24