v2.47.24
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