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:
=

installieren:
=

Versionen:

  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)

Development Abhängigkeiten (2):

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

Anforderungen:

A version of Ruby that implements Process.fork

Besitzer:

Autoren:

  • Chris Reuter

SHA 256-Prüfsumme:

=

Downloads insgesamt 8.550

Für diese Version 2.273

Version veröffentlicht:

Lizenz:

MIT

Erforderliche Ruby-Version: >= 2.2.0

Links: