A reusable and heirarchical event bus for dotnet core that hold weak references to subscribers, and publishes events through a threading channel.
Info
Version: | 1.0.1 |
Author(s): | Adrian Holland |
Last Update: | Wednesday, May 4, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Outrage.EventBus |
Install
Install-Package Outrage.EventBus
dotnet add package Outrage.EventBus
paket add Outrage.EventBus
Outrage.EventBus Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.8)
- System.Threading.Channels(>= 4.7.1)