cspotcode / cspotcode/py_typed_events
Check safety guarantees if subscriptions added/removed during emit
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Should be safe and reliably of subscriptions are added/removed during emit.
For example:
- a subscriber unsubscribes itself
- a new handler is added during emit
- should *not* be called till subsequent event emits?
- GC triggers removal of a handler during emit
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.