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: 165,121 of 192,934
Downloads: 3,037

Daily

Ranking: 83,831 of 192,908
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,416,225,900bundler
81,320,736,828rake
141,214,518,220minitest
96651,238,506minitest-reporters
2,04913,382,401rr
39,87931,641watch

Owners

#GravatarHandle
1iconMarcus999