Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Start Channels
  • Loading branch information
jonathanstowe committed Apr 28, 2015
1 parent 17b3fbc commit a9ab269
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Language/concurrency.pod
Expand Up @@ -298,6 +298,11 @@ to the C<map> is emitted:
}
=head2 Channels
A L<Channel> is a thread-safe queue that can have multiple readers and
writers that could be considered to be similar in operation to a "fifo" or
named pipe except it does not enable inter-process communication.
=head1 Low-level APIs
Expand Down

0 comments on commit a9ab269

Please sign in to comment.