|
Coro::Process - coroutine process abstraction |
Coro::Process - coroutine process abstraction
use Coro::Process;
async {
# some asynchroneous thread of execution
};
yield;
Marc Lehmann <pcg@goof.com> http://www.goof.com/pcg/marc/
|
Coro::Process - coroutine process abstraction |