examples: annotate examples
[nit.git] / lib / pthreads / threadpool.nit
2017-02-03 Alexis Laferrièrepthreads: intro `ThreadPool::join_all`
2017-02-03 Alexis Laferrièrepthreads: allow to set `ThreadPool::nb_thread` before...
2017-02-03 Alexis Laferrièrepthreads: `ThreadPool` accept any `Task`
2015-12-04 BlackMinouIntroduces JoinTask, joinabale tasks
2015-11-28 BlackMinousimple threadpool implementation