-
Couldn't load subscription status.
- Fork 6
Open
Labels
part:dispatcherAffects the high-level dispatcher interfaceAffects the high-level dispatcher interfacetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Description
What's needed?
A more convenient way to allow application to automatically manage the dispatcher:
async with Dispatcher(...) as 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.
Metadata
Metadata
Assignees
Labels
part:dispatcherAffects the high-level dispatcher interfaceAffects the high-level dispatcher interfacetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users