Sha256: 36fd4dede54b604f9f8574e2cc53d8205fd11a367c792ec573b610f9d4c14d1b
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
ForkAndReturn implements a couple of methods that simplifies running a block of code in a subprocess. The result (Ruby object or exception) of the block will be available in the parent process. ForkAndReturn uses Process.fork(), so it only runs on platforms where Process.fork() is implemented. ForkAndReturn implements the low level stuff. Enumerable is enriched with some methods which should be used instead of ForkAndReturn under normal circumstances.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forkandreturn-0.1.0 | README |