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().

Required Ruby Version

>= 2.2.0

Authors

Chris Reuter

Versions

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

Requirements

A version of Ruby that implements Process.fork

SHA 256 checksum