mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 15:17:44 +00:00
Add comment on cancellation of observers
This commit is contained in:
@@ -38,6 +38,9 @@ class ObservableDeferred(object):
|
||||
deferred.
|
||||
|
||||
If consumeErrors is true errors will be captured from the origin deferred.
|
||||
|
||||
Cancelling or otherwise resolving an observer will not affect the original
|
||||
ObservableDeferred.
|
||||
"""
|
||||
|
||||
__slots__ = ["_deferred", "_observers", "_result"]
|
||||
|
||||
Reference in New Issue
Block a user