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)
commit6c70ee6ed39ff453b3f9a0b49b5814b7f4f7e73f
tree2fa123a7ce402885b905872a8910701ee5529044
parent196545daaa30504e3d707e4a60b10a799e6d4099
parentd23bdb695271c0f9ff4d8b2bd4261145e8c19759
Merge: Simple threadpool implementation

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>