febaa35694
Asynchronous programming can be benefitial for performance, however not all functions are written for nonblocking interaction and external processes almost never are. By forking the blocking call into a new process, the main thread may continue to run non-blocking, while the blocking call evaluates. Mojo::IOLoop::ForkCall manages the forking and will emit an event (or execute a callback) when the forked process completes. Return values are serialized and sent from the child to the parent via an appropriate pipe for your platform.
5 lines
215 B
Text
5 lines
215 B
Text
$NetBSD: distinfo,v 1.1 2014/08/30 10:53:51 wiedi Exp $
|
|
|
|
SHA1 (0.14.tar.gz) = ef46f01da42d63e0f30a254a9b59860405a929c4
|
|
RMD160 (0.14.tar.gz) = 467df172bff77d9a103faeadf75d99f7834d6bb5
|
|
Size (0.14.tar.gz) = 8505 bytes
|