Skip to content
Snippets Groups Projects
Commit 69fa3511 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

add thread pool

A simple thread pool.
It will start a new thread if all current threads
are busy, up to the number of cores on the host.
Keeps pending tasks on a queue.

Adapts few uses in the daemon.

Change-Id: Ia94a64bcdd4d8d8b16cf84e5a735c5246b08c13d
parent b6771a0c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment