RubyGems Navigation menu

simple-future 1.0.0.pre2

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 (71.0 KB)
  2. 1.0.0.pre3 January 17, 2018 (71.0 KB)
  3. 1.0.0.pre2 January 17, 2018 (71.0 KB)
  4. 1.0.0.pre1 January 16, 2018 (7.5 KB)
  5. 1.0.0.pre January 16, 2018 (7.5 KB)

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,558

这个版本 1,549

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 2.2.0

需要的 RubyGems 版本: > 1.3.1

链接: