Categories: None [Edit]

dispatch_queue_rb

https://rubygems.org/gems/dispatch_queue_rb
https://github.com/marcus999/dispatch_queue_rb
DispatchQueueRb is a pure ruby implementation of Grand Central Dispatch concurrency primitives. It implements serial and concurrent queues, with synchronous, asynchronous, barrier and delayed dispatch methods. All queues dispatch methods support an optional dispatch groups to synchronize on completion of a group of tasks. It also provides a thread pool based concurrent queue, scaled to the number of available cpu cores, and used by default to schedule the actual work.

Total

Ranking: 163,060 of 187,255
Downloads: 2,858

Daily

Ranking: 128,013 of 187,239
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,973,645,220bundler
101,152,124,538rake
161,076,922,380minitest
1,00544,497,668minitest-reporters
2,00412,383,283rr
38,42531,060watch

Owners

#GravatarHandle
1iconMarcus999