Simple thread pool interface.
Declaring type: IThreadPool
Namespace: Zyan.Communication.Threading
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Abstract QueueUserWorkItem Queues a method for the execution, and specifies an object to be used by the method.