Sha256: d0afdfb8957402ce2b967c419154d44494bfedf7cba294db807d16d331dea583
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# implements worker pools # Warning: Work in Progress # FIXME: but often what user needs is ability to have different workers and control their execution seperately. # Above requirment comes from BackgrounDrb experience, and may not be used otherwise. module Packet class WorkerPool end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
packet-0.1.1 | lib/worker_pool.rb |
packet-0.1.2 | lib/worker_pool.rb |