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: 164,286 of 190,901
Downloads: 2,986

Daily

Ranking: 87,645 of 190,870
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,264,845,654bundler
81,263,607,750rake
141,171,174,814minitest
99048,863,080minitest-reporters
2,03313,170,078rr
39,42831,365watch

Owners

#GravatarHandle
1iconMarcus999