fizx / thread_pool

Ruby Thread Pool

This URL has Read+Write access

thread_pool / CHANGELOG
100644 11 lines (11 sloc) 0.251 kb
1
2
3
4
5
6
7
8
9
10
11
0.3.1
- rescue Thread errors, use Loggable to print backtraces
0.3.0
- allow execute to take args, so we can reset the scope
0.2.1
- mutex in case Array#<< and Array#shift aren't atomic
0.2.0
- synchronous_execute
- queue_limit
0.1.0
- Initial release