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:
=
installieren:
=
Versionen:
- 1.0.0 January 18, 2018 (71 KB)
- 1.0.0.pre3 January 17, 2018 (71 KB)
- 1.0.0.pre2 January 17, 2018 (71 KB)
- 1.0.0.pre1 January 16, 2018 (7,5 KB)
- 1.0.0.pre January 16, 2018 (7,5 KB)
Anforderungen:
A version of Ruby that implements Process.fork