Dispatcher
should be stoppable and a async context manager
#93
Labels
part:dispatcher
Affects the high-level dispatcher interface
type:enhancement
New feature or enhancement visitble to users
What's needed?
A more convenient way to allow application to automatically manage the dispatcher:
Without having to manually start and stop the dispatcher, including when exceptions are raised.
Proposed solution
Inherit from
BackgroundService
. This also guarantees a common interface.The text was updated successfully, but these errors were encountered: