Categories: None [Edit]

simple-future

https://rubygems.org/gems/simple-future
https://github.com/suetanvil/simple-future
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().

Total

Ranking: 93,905 of 195,871
Downloads: 9,481

Daily

Ranking: 96,429 of 195,832
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
291,007,963,779rspec
230231,019,100yard

Owners

#GravatarHandle
1iconsuetanvil