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
docs: update example to demonstrate Backend enum usage [7/7]
Update the blocking_genserver example to demonstrate the new Backend enum:
- Import Backend from tasks module
- Use start_with_backend(Backend::Thread) for blocking actors
- Use start_with_backend(Backend::Async) for async actors
- Add detailed documentation explaining when to use each backend
- Improve code comments explaining the blocking actor problem
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments