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
Simplify ring buffer initialization by removing unnecessary spawn_blocking
- Changed ring_buffer_processor to take &Map reference instead of owned Map
- Removed spawn_blocking wrapper around ring buffer creation since Map reference is sufficient
- Simplified error handling by building ring buffer synchronously in the async context
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments