Author: lwall
Date: 2010-05-21 09:15:36 +0200 (Fri, 21 May 2010)
New Revision: 30742
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S06-routines.pod
docs/Perl6/Spec/S12-objects.pod
Log:
[Spec] :() is now always signature. Use foofix:[...] as t
Hi,
After lots of debates off-list (specially with BrowserUk), I got to the
following conclusions:
- Each OS thread runs a cooperative-event-scheduler where coroutines
might be enqueued.
- map returns the buffer immediatly and enqueues a coroutine to process
the data.
- Explicit parall
>
> Modified: docs/Perl6/Spec/S03-operators.pod
===
--- docs/Perl6/Spec/S03-operators.pod 2010-05-21 06:55:13 UTC (rev 30741)
+++ docs/Perl6/Spec/S03-operators.pod 2010-05-21 07:15:36 UTC (rev 30742)
@@ -2540,7 +2540,7 @@
=ite