Immediate.Handlers
Immediate.Handlers copied to clipboard
Support for HandleAsync without mandatory CancellationToken
Currently, it is not possible to define Handler and its HandleAsync() method without passing CancellationToken as a mandatory parameter.
Support for a scenario where Handler and its HandleAsync() method would not require CancellationToken as a parameter at all.