ivanpaulovich / FluentMediator

:twisted_rightwards_arrows: FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events.
http://paulovich.net/FluentMediator/
Apache License 2.0
192 stars 17 forks source link

Use the CancellableToken for seamless exit in middle of the pipeline execution #25

Closed ivanpaulovich closed 4 years ago

ivanpaulovich commented 4 years ago

The bug was fixed on last release. In case of cancelled token it will throw System.OperationCanceledException exception.