Immediate.Handlers icon indicating copy to clipboard operation
Immediate.Handlers copied to clipboard

Support for HandleAsync without mandatory CancellationToken

Open zengouu opened this issue 1 year ago • 0 comments

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.

zengouu avatar May 13 '24 09:05 zengouu