Skip to content

Commit 756c4ce

Browse files
committed
Fix left behind "async" (we only do "start" now)
1 parent d120e1f commit 756c4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-bits.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4789,7 +4789,7 @@ forces parallel evaluation of any iterator, hyper, or junction, such
47894789
that if any single thread dies or hangs its computation, it does not
47904790
block any other thread from returning its results to the race list.
47914791
When the demand for the race list drops, hung threads may be killed.
4792-
You can think of it as a C<gather> with a 'C<try take async {...}>'
4792+
You can think of it as a C<gather> with a 'C<try take start {...}>'
47934793
on parallel computation. Note that exceptions are trapped by
47944794
default; if your car crashes, you simply do not finish the race.
47954795
If you want notifications of some sort back to the pit crew, you'll

0 commit comments

Comments
 (0)