martinothamar / Mediator

A high performance implementation of Mediator pattern in .NET using source generators.
MIT License
2.16k stars 71 forks source link

Run notification handlers in parallel #116

Closed Neo-vortex closed 7 months ago

Neo-vortex commented 1 year ago

run notifications handlers in parallel closes https://github.com/martinothamar/Mediator/issues/115

stealthin commented 1 year ago

It looks like there is a missing impact here.

Neo-vortex commented 1 year ago

@martinothamar yeh sure.

martinothamar commented 7 months ago

Superseded by #145