Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a note that only MoarVM supports Proc::Async
  • Loading branch information
moritz committed Jan 25, 2015
1 parent 3b83fb1 commit 83a1c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Type/Proc/Async.pod
Expand Up @@ -6,6 +6,9 @@
class Proc::Async { ... }
B<Note:> only the MoarVM backend of Rakudo implements C<Proc::Async> at the
moment.
C<Proc::Async> allows you to run external commands asynchronously, capturing
standard input and output handles, and optionally write to its standard input.
Expand Down

0 comments on commit 83a1c78

Please sign in to comment.