Skip to content

miniproto.updates.manager.UpdateManager.stop

miniproto.updates.manager.UpdateManager.stop

Section titled “miniproto.updates.manager.UpdateManager.stop”
stop() -> None

Cancel and await the raw-update drainer without closing either queue.

Cancellation while a raw item is being processed can interrupt that processing. If an already-completed drainer failed, this method re-raises its exception.

Raises:

  • Exception – The completed drainer’s exception, if any.