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: 166,865 of 196,125
Downloads: 3,104

Daily

Ranking: 49,580 of 196,106
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,667,363,143bundler
81,394,381,169rake
141,280,621,691minitest
95154,252,926minitest-reporters
2,07813,788,034rr
40,48831,973watch

Owners

#GravatarHandle
1iconMarcus999