Shelim
- 445 total downloads
- last updated 1/6/2021
- Latest version: 1.1.0
A smart and simple way to work with limited-lifetime events in .NET
This package introduce the concept of Disposable events - when you subscribe to such event you will obtain IDisposable token, and when you call Dispose on it, the event subscription will be automatically removed. This will work...
More information