Skip to content

Commit 5564d25

Browse files
committed
Minor changes
1 parent 1bb3d10 commit 5564d25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/concurrency.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ programming, implying that an event or change in some part of a program
1111
may lead to an event or change in some other part of the program
1212
asynchronously to the program flow.
1313
14-
The aim of the Perl concurrency design is to provide a high-level,
14+
The aim of the Perl 6 concurrency design is to provide a high-level,
1515
composable and consistent interface, regardless of how a virtual machine
1616
may implement it for a particular operating system, through layers of
1717
facilities as described below.
@@ -31,6 +31,7 @@ user code should, where possible, avoid the lower level concurrency APIs
3131
3232
=head1 High-level APIs
3333
34+
X<|Futures>
3435
=head2 Promises
3536
3637
A L<Promise|/type/Promise> (also called I<future> in other programming

0 commit comments

Comments
 (0)