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
Use spawn_blocking for binary download in resolve_distribution
Extract spawn_blocking logic into async download_and_cache_binary wrapper
that calls the sync download_and_cache_binary_sync implementation. This
keeps the call site clean while properly handling blocking I/O.
Co-authored-by: Claude <claude@anthropic.com>
0 commit comments