compio-rs / compio-rs/compio-py
Ban or tighten moving event loop across threads
Open
- Dominant language
- Rust
- Stars
- 248
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Since compio-rs/compio#660 (#5), `Proactor` is no longer `Send` (which is more strict and correct). Moving an event loop across threads should now be either banned - which violates 100% Python compatibility (in a good way), or requires very careful and clean boundaries.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.