use threaded io instead of debug_io single-threaded default
std.Options.debug_io is backed by global_single_threaded which silently
serializes all mutex/sleep/network ops. override with Io.Threaded so
concurrent threads actually run concurrently.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>