You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A combination of generic Thread-Safe objects for .Net development.
8
9
9
10
----
10
11
11
-
A simple C# repository containing a few basic useful Thread-Safe Objects. Highlights include:
12
+
A simple C# repository containing a few basic useful Thread-Safe Objects.
13
+
### Highlights include:
12
14
13
15
- Collections
14
16
- ObservableDictionaryThreadSafe
15
17
- ObservableCollectionThreadSafe
16
18
- DictionaryThreadSafe
17
19
- SortedListThreadSafe
18
20
- ListThreadSafe
21
+
- QueueThreadSafe
19
22
- DataCollections
20
23
- ObservableDataDictionary
21
24
- ObservableDataCollection
@@ -29,3 +32,18 @@ A simple C# repository containing a few basic useful Thread-Safe Objects. Highli
29
32
- ObjectExtention
30
33
- HelperClasses
31
34
- ThreadHelper
35
+
36
+
----
37
+
38
+
## Installation
39
+
40
+
Grab the latest [ThunderDesign.Net-PCL.Threading NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading) package and install in your solution.
41
+
42
+
> Install-Package ThunderDesign.Net-PCL.Threading
43
+
44
+
Use the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading#versions-tab) to install.
45
+
46
+
## Please Contribute!
47
+
48
+
This is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please [post an issue here on GitHub](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/blob/main/.github/CONTRIBUTING.md).
0 commit comments