Skip to content

MutableWhenAny and MutableWhenAll extension for the Task Parallel Library (TPL), using a ObservableCollection in C#.

License

Notifications You must be signed in to change notification settings

okmer/MutableWhen

Repository files navigation

MutableWhen

MutableWhenAny and MutableWhenAll extension for the Task Parallel Library (TPL), using a ObservableCollection.

The extension makes it possible to add or removed tasks to/from an ObservableCollection while the MutableWhenAny or MutableWhenAll is waiting on the tasks in this (mutable) collection.

About

MutableWhenAny and MutableWhenAll extension for the Task Parallel Library (TPL), using a ObservableCollection in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages