Samuel
I search a sample source code to learn more about the worker thread pool.
Best in the programming language C#, VisualBasic or Delphi.
Regards,
Samuel
Best in the programming language C#, VisualBasic or Delphi.
Regards,
Samuel
WorkerItem
  Run
WorkerThread
  ThreadID: dword
  QueueItem(WorkerItem)       
  Start
  Stop
WorkerThreadPool
  MaxThreads: long
  GetThread (WorkerThread)
  ReleaseThread (WorkerThread)
WorkerThreadPoolItem
  Count: long
  WorkerThread: WorkerThread
  AddCount
  RemoveCount