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
In order to avoid accidentally introducing cyclic references (cc #406), the RequestsSubscriptions code should provide a way to send a notifications through an object separate from itself.
This means that subscription tasks would no longer need to hold an Arc<RequestsSubscriptions>.
The text was updated successfully, but these errors were encountered:
In order to avoid accidentally introducing cyclic references (cc #406), the
RequestsSubscriptions
code should provide a way to send a notifications through an object separate from itself.This means that subscription tasks would no longer need to hold an
Arc<RequestsSubscriptions>
.The text was updated successfully, but these errors were encountered: