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
Add stop method for MergeNamed and Merge channels (#68)
Both channels stores async tasks that listen on the receivers. If they
are removed without stopping the receivers tasks, then user gets error:
Task was destroyed but it is pending!
`stop` method should be called when channel is no longer needed.
Destructor can't be async, so we do that with extra method `stop`.
Signed-off-by: ela-kotulska-frequenz <[email protected]>
0 commit comments