RubyGems Navigation menu

concurrently 1.0.1

Concurrently is a concurrency framework for Ruby and mruby. With it, concurrent code can be written sequentially similar to async/await. The concurrency primitive of Concurrently is the concurrent proc. It is very similar to a regular proc. Calling a concurrent proc creates a concurrent evaluation which is kind of a lightweight thread: It can wait for stuff without blocking other concurrent evaluations. Under the hood, concurrent procs are evaluated inside fibers. They can wait for readiness of I/O or a period of time (or the result of other concurrent evaluations).

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.2.0 - December 12, 2017 (40KB)
  2. 1.1.1 - July 15, 2017 (37.5KB)
  3. 1.1.0 - July 10, 2017 (37.5KB)
  4. 1.0.1 - June 26, 2017 (32KB)
全てのバージョンを表示(全7件)

Runtime依存関係 (3):

hitimes ~> 1.2
nio4r ~> 2.1

所有者:

作者:

  • Christopher Aue

SHA 256チェックサム:

e28fdbfac70d62ad2a9fa2e6eb5359d7693050cf2b4e385c5fa4cc4153ed62e4

累計ダウンロード数 12,504

このバージョンのみ 1,865

ライセンス:

Apache-2.0

必要なRubyのバージョン: >= 2.2.7

リンク: