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: 160,978 of 183,107
Downloads: 2,644

Daily

Ranking: 53,556 of 183,092
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
19895,194,587minitest
99537,044,699minitest-reporters
1,87111,380,138rr
36,50430,432watch

Owners

#GravatarHandle
1iconMarcus999