Perl6-Doc
view release on metacpan or search on metacpan
share/Exegesis/E07.pod view on Meta::CPAN
"";
}
which might produce:
I couldn't do my English Lit homework because...
10. Three witches told me I was going to be
king.
9. I was busy explaining wherefore am I Romeo.
8. I was busy scrubbing the blood off my
hands.
7. Some dear friends had to charge once more
unto the breach.
6. My so-called best friend tricked me into
killing my wife.
5. My so-called best friend tricked me into
killing Caesar.
share/Synopsis/S17-concurrency.pod view on Meta::CPAN
=item current_continuation
the CC currently running in that thread
=item wake_on_readable, wake_on_writable, wake_on
TODO: IO objects and containers gets concurrency love!
$obj.wake_on_either_readable_or_writable_or_passed_time(3); # fixme fixme
$obj.wake_on:{.readable} # busy wait, probably
my @a is Array::Chan = 1..Inf;
async { @a.push(1) };
async { @a.blocking_shift({ ... }) };
async { @a.unshift({ ... }) };
=back
=head3 Thread operators
( run in 0.351 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )