RubyGems Navigation menu

concurrently 1.1.0

Concurrently is a concurrency framework for Ruby and mruby based on fibers. With it code can be evaluated independently in its own execution context similar to a thread: hello = concurrently do wait 0.2 # seconds "hello" end world = concurrently do wait 0.1 # seconds "world" end puts "#{hello.await_result} #{world.await_result}"

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チェックサム:

49cf8bfec0440ddefd31abb3f3fbcc6aa3b0136d8cedf9bc481c1afb22db1bcd

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

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

ライセンス:

Apache-2.0

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

リンク: