RubyGems Navigation menu

simple-future 1.0.0

SimpleFuture is class that simplifies coarse-grained concurrency using processes instead of threads. Each instance represents the future result of a block that is passed to it. The block is evaluated in a forked child process and its result is returned to the SimpleFuture object. This only works on Ruby implementations that provide Process.fork().

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.0.0 January 18, 2018 (71KB)
  2. 1.0.0.pre3 January 17, 2018 (71KB)
  3. 1.0.0.pre2 January 17, 2018 (71KB)
  4. 1.0.0.pre1 January 16, 2018 (7.5KB)
  5. 1.0.0.pre January 16, 2018 (7.5KB)

Development依存関係 (2):

rspec >= 3.7.0, ~> 3.7
yard >= 0.9.12, ~> 0.9.12

必須要件:

A version of Ruby that implements Process.fork

所有者:

作者:

  • Chris Reuter

SHA 256チェックサム:

=

累計ダウンロード数 8,557

このバージョンのみ 2,276

このバージョンがリリースされたのは:

ライセンス:

MIT

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

リンク: