line/decaton

Support awaiting all on-going, deferred tasks to complete before shutting down `ProcessorSubscription`

Closed this issue · 1 comments

Despite shutting a processor down before async task completes isn't a critical problem thanks to later re-process, it is a common requirement to await all async task's completion to avoid unnecessary errors/warns from middleware clients or so.

Fixed by #79