Skip to content

Commit d21d857

Browse files
committed
Be more like other IO: :bytes -> :bin FROGGS++
1 parent 5123177 commit d21d857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S17-concurrency.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,8 @@ characters or bytes.
10301030

10311031
or:
10321032

1033-
$proc.stdout(:bytes).act: { # process STDOUT bytes };
1034-
$proc.stderr(:bytes).act: { # process STDERR bytes };
1033+
$proc.stdout(:bin).act: { # process STDOUT bytes };
1034+
$proc.stderr(:bin).act: { # process STDERR bytes };
10351035

10361036
So, to make sure no information will be lost, you need to create and tap the
10371037
supplies B<before> the process is started.

0 commit comments

Comments
 (0)