Skip to content

iox v0.3.0 — Adaptive back-off for external I/O waiting

Choose a tag to compare

@hayabusa-cloud hayabusa-cloud released this 22 Dec 03:51
· 41 commits to main since this release
90db967

Added

  • iox.Backoff: Adaptive back-off for external I/O waiting. Zero-value is ready-to-use with sensible defaults (500µs base, 100ms max). Implements linear block-based scaling with ±12.5% jitter to prevent thundering herds. Part of the Three-Tier Progress model: Strike (syscall) → Spin (atomic) → Adapt (I/O readiness).