RubyGems Navigation menu

dispatch_queue_rb 1.0.0

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.

Gemfile:
=

安装:
=

版本列表:

  1. 1.0.0 December 06, 2016 (17.0 KB)

Development 依赖 (6):

bundler ~> 1.7
minitest ~> 5.3
rake ~> 10.0
rr ~> 1.1
watch ~> 0.1

所有者:

作者:

  • Marc-Antoine Argenton

SHA 256 校验和:

=

下载总量 2,713

这个版本 2,713

版本发布:

许可:

需要的 Ruby 版本: >= 0

链接: