Skip to content

CraigSelbert/ThreadHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thread Helper

This simple pattern allow me to do the following

  • Allow developers to debug multi-threaded processed a thread at a time by setting the ThreadingOption to Single
  • Throttles the multi-treaded process preventing the process from spinning too many threads that can consume too many resources
    • I am not showing it but I use this specifically to throttle various process during the business day

So leveraging what I found on MSDN here https://msdn.microsoft.com/library/system.threading.tasks.taskscheduler.aspx.

I look for feedback for other options but wanted to get this out there.

About

Simple pattern to help with threading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages