Skip to content

Commit

Permalink
Fix done * { last }.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 23, 2013
1 parent 0b79cb9 commit b6eee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/core/asyncops.pm
Expand Up @@ -98,7 +98,7 @@ sub WINNER(@winner_args, *@pieces, :$wild_done, :$wild_more, :$wait, :$wait_time
$action = { invoke_right($wild_more, $_, $val) };
last;
} elsif $_.closed {
$action = { $wild_done(:k($_)); }
$action = { invoke_right($wild_done, $_); }
last;
}
$has_channels = True;
Expand Down

0 comments on commit b6eee1f

Please sign in to comment.