-
Notifications
You must be signed in to change notification settings - Fork 1
In computer programming, a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program. By maintaining a pool of thr…
levongh/thread_pool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
In computer programming, a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program. By maintaining a pool of thr…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published