Skip to content

Commit 51502a2

Browse files
committed
Powderize contend fossil
1 parent f8b2b16 commit 51502a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S04-control.pod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ of the definition of Perl 6, and you should not rely on it in portable code.
883883
X<do>
884884

885885
Other similar forms, where a keyword is followed by code to be controlled by it, may also take bare statements,
886-
including C<try>, C<once>, C<quietly>, C<contend>, C<start>, C<lazy>, and C<sink>. These constructs
886+
including C<try>, C<once>, C<quietly>, C<start>, C<lazy>, and C<sink>. These constructs
887887
establish a dynamic scope without necessarily establishing a lexical
888888
scope. (You can always establish a lexical scope explicitly by using
889889
the block form of argument.) As statement introducers, all these
@@ -1431,7 +1431,6 @@ in lowercase. They parse the same as phasers:
14311431
sink {...}* evaluate eagerly but throw results away
14321432
try {...}* evaluate and trap exceptions (implies 'use fatal')
14331433
quietly {...}* evaluate and suppress warnings
1434-
contend {...}* attempt side effects under STM
14351434
start {...} start computation of a promised result
14361435

14371436
Constructs marked with a C<*> have a run-time value, and if evaluated

0 commit comments

Comments
 (0)