Categories: None [Edit]
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: 92,180 of 188,635
Downloads: 9,101
Daily
Ranking: 140,898 of 188,368
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | suetanvil |