Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wintellect/PowerThreading
Jeffrey Richter's Power Threading Library
https://github.com/Wintellect/PowerThreading
Last synced: 3 months ago
JSON representation
Jeffrey Richter's Power Threading Library
- Host: GitHub
- URL: https://github.com/Wintellect/PowerThreading
- Owner: Wintellect
- Created: 2012-09-12T19:50:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T03:18:27.000Z (over 1 year ago)
- Last Synced: 2024-04-26T05:38:55.991Z (7 months ago)
- Language: C#
- Size: 341 KB
- Stars: 216
- Watchers: 57
- Forks: 78
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Jeffrey Richter's Power Threading Library #
The Power Threading Library consists of a number of classes to assist you with building responsive, reliable, and scalable applications and components. There are also a bunch of general-purpose utility classes in this library that have nothing to do with threading but I threw them in here anyway.
The AsyncEnumerator class is particularly useful for developers who are trying to build responsive, reliable, and scalable applications and components. This class allows developers to leverage all the features of the APM using the simpler, more-familiar synchronous programming model.
See the Power Threading Overview document in the root directory for more overview and detailed documentation.