Skip to content

Commit

Permalink
readme update, nuget badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Peric committed Mar 26, 2023
1 parent 7eb7e58 commit 8536ee9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MediatR.ParallelPublisher
MediatR.ParallelPublisher
=======

[![NuGet](https://img.shields.io/nuget/v/MediatR.ParallelPublisher?style=flat-square)](https://www.nuget.org/packages/MediatR.ParallelPublisher)

MediatR.ParallelPublisher is an extension for [MediatR](https://github.com/jbogard/MediatR) that enables parallel and fire-and-forget publishing of notifications. The library aims to improve performance and responsiveness by executing notification handlers concurrently, while also providing exception handling mechanisms for notification processing.

Expand Down

0 comments on commit 8536ee9

Please sign in to comment.