Info
Version: | 1.2.0 |
Author(s): | electricessence |
Last Update: | Friday, July 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/electricessence/ObservableValue |
NuGet Url: | https://www.nuget.org/packages/ObservableValue |
Install
Install-Package ObservableValue
dotnet add package ObservableValue
paket add ObservableValue
ObservableValue Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Open.Threading.ReadWrite(>= 1.3.3)
- System.Reactive(>= 4.4.1)
- Open.Threading.ReadWrite(>= 1.3.3)
- System.Reactive(>= 4.4.1)
Tags
Will post current value (if initialized) when subscribing.
Synchronized to ensure ordering.
Compatible with IObservable<T> and System.Reactive.