Skip to content

Commit 4c6cfae

Browse files
committed
fmt
1 parent 1b5df49 commit 4c6cfae

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

lib/Language/concurrency.pod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
55
=SUBTITLE Concurrency and Asynchronous Programming
66
7-
In common with most modern programming languages Perl 6 is designed
8-
to L<support concurrency|http://en.wikipedia.org/wiki/Concurrent_computing>
9-
(allowing more than one thing to happen at the
10-
same time,) and asynchronous programming (sometime called event driven
11-
or reactive programming - that is an event or change in some part of a
12-
program may lead to an event or change in some other part of the program
7+
In common with most modern programming languages Perl 6 is designed to
8+
L<support concurrency|http://en.wikipedia.org/wiki/Concurrent_computing>
9+
(allowing more than one thing to happen at the same time,) and
10+
asynchronous programming (sometime called event driven or reactive
11+
programming - that is an event or change in some part of a program
12+
may lead to an event or change in some other part of the program
1313
asynchronously to the program flow. )
1414
1515
The aim of the Perl concurrency design is to provide a high-level,
16-
composable, consistent
17-
interface regardless of how a virtual machine may implement it for a
18-
particular operating system, through layers of facilities as described
19-
below.
16+
composable, consistent interface regardless of how a virtual machine
17+
may implement it for a particular operating system, through layers of
18+
facilities as described below.
2019
2120
=begin comment
2221

0 commit comments

Comments
 (0)