Skip to content

Commit 598465b

Browse files
committed
Proc::Async works on the JVM
But only since June 2017: https://github.com/rakudo/rakudo/blob/master/docs/announce/2017.06.md
1 parent 6b58e8f commit 598465b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/Type/Proc/Async.pod6

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
class Proc::Async {}
99
=end code
1010
11-
B<Note:> only the MoarVM backend of Rakudo implements C<Proc::Async> at
12-
the moment.
13-
1411
C<Proc::Async> allows you to run external commands asynchronously,
1512
capturing standard output and error handles, and optionally write to its
1613
standard input.

0 commit comments

Comments
 (0)