Skip to content
#

thread-pool

Here are 211 public repositories matching this topic...

A cross-platform implementation of such synchronization objects as Notification / Synchronization Events, Waitable Timers, Socket Event, Thread, as well as functions for waiting for signaled state. The wait functions are analogues of WaitForSingleObject and WaitForMultileObjects used on Windows. the last one can wait for objects of different types.

  • Updated Jun 13, 2024
  • C++

One thread will be used to launch other threads very cheaply, and if there is no task, the one thread will yield and execute another task. With this threadpool, it is possible to stop at any moment and restart at any moment It is also possible to let the system decide when to deallocate the threadpool object.

  • Updated Jul 17, 2022
  • C++

Improve this page

Add a description, image, and links to the thread-pool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thread-pool topic, visit your repo's landing page and select "manage topics."

Learn more