Skip to content
  • Adrien Béraud's avatar
    add thread pool · 69fa3511
    Adrien Béraud authored
    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
    69fa3511