Merge: Simple threadpool implementation
authorJean Privat <jean@pryen.org>
Sat, 28 Nov 2015 17:14:51 +0000 (12:14 -0500)
committerJean Privat <jean@pryen.org>
Sat, 28 Nov 2015 17:14:51 +0000 (12:14 -0500)
A really basic implementation of a threadpool, using an array as queue for now.

Pull-Request: #1848
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge