Skip to content

Commit

Permalink
Merge pull request #7 from ShawnLaMountain/main
Browse files Browse the repository at this point in the history
Adding ListThreadSafe object, Adding SortedListThreadSafe object, Modifying Notify Events to Invoke through Threads to avoid possible DeadLocks
  • Loading branch information
ShawnLaMountain authored Feb 23, 2022
2 parents 589e04d + 2db0b13 commit 6d4790f
Show file tree
Hide file tree
Showing 9 changed files with 1,041 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

env:
TITLE: "Thread-Safe Objects"
DESCRIPTION: "A combination of generic Thread-Safe objects that can be used in all application types."
TAGS: "thunderdesign threading net"
DESCRIPTION: "A combination of generic Thread-Safe objects for .Net development."
TAGS: "thunderdesign threading net csharp"
#FILE_NAME: ex: "ThunderDesign.Net-PCL.Threading"
FILE_NAME: "${{ github.event.repository.name }}"
#REPOSITORY_NAME: ex: "ThunderDesign.Net-PCL.Threading"
Expand Down
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,28 @@
[![Nuget](https://img.shields.io/nuget/v/ThunderDesign.Net-PCL.Threading)](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading)
[![License](https://img.shields.io/github/license/ThunderDesign/ThunderDesign.Net-PCL.Threading)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/blob/main/LICENSE)

Thread-Safe Objects
A combination of generic Thread-Safe objects for .Net development.

----

A simple C# repository containing a few basic useful Thread-Safe Objects. Highlights include:

- Collections
- ObservableDictionaryThreadSafe
- ObservableCollectionThreadSafe
- DictionaryThreadSafe
- SortedListThreadSafe
- ListThreadSafe
- DataCollections
- ObservableDataDictionary
- ObservableDataCollection
- DataObjects
- BindableDataObject
- DataObject
- Extentions
- IBindableObjectExtention
- INotifyCollectionChangedExtension
- INotifyPropertyChangedExtension
- ObjectExtention
- HelperClasses
- ThreadHelper
Loading

0 comments on commit 6d4790f

Please sign in to comment.