Info
Version: | 1.0.1 |
Author(s): | Brent Bulla |
Last Update: | Monday, October 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/outbred/Broadcaster |
NuGet Url: | https://www.nuget.org/packages/Broadcaster.PubSub.Framework |
Install
Install-Package Broadcaster.PubSub.Framework
dotnet add package Broadcaster.PubSub.Framework
paket add Broadcaster.PubSub.Framework
Broadcaster.PubSub.Framework Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Provides IDisposable tokens for unsubscribing and the ability to provide enums or objects as events/messages with or without payloads.
All handlers are awaited (and awaitable), unsubscription is dead simple, and the implemenations are lightweight. Strongly typed where we can be, of course.