Thread pool with simple locking work item queue.
Declaring type: SimpleLockThreadPool
Namespace: Zyan.Communication.Threading
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method SimpleLockThreadPool Overloaded. Initializes a new instance of the SimpleLockThreadPool class.
Collapse/Expand Public Methods
  Name Description
Public Method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public Method QueueUserWorkItem Queues a method for the execution, and specifies an object to be used by the method.