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,984 of 189,128
Downloads: 2,955

Daily

Ranking: 66,944 of 189,104
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,158,345,849bundler
91,223,147,708rake
141,139,100,575minitest
99447,323,525minitest-reporters
2,02512,831,188rr
39,16731,267watch

Owners

#GravatarHandle
1iconMarcus999