blob: 494c714a56aa27afe96c737226575b429536283d (
plain)
1
2
3
4
5
6
7
8
9
  | 
# thread number
  * think about algo
  * if job ended later than now-iteration have rand(node.size) == 0 to add thread
  * if now is less than job_ended+iteration same chance to remove thread?
  * should we try to avoid max threads from being hit? (like maybe non-success thread is pulling average?)
# docs, testing
  * yard docs
  * rspec tests
  
  |