Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Implement Channel.list using a listless map
  • Loading branch information
lizmat committed Nov 23, 2013
1 parent 5175adf commit b063f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/core/Channel.pm
Expand Up @@ -97,7 +97,7 @@ my class Channel {
more * { $_ }
done * { last }
}
}, 0..*; # until we have a listless map { }
}
}

method close() {
Expand Down

0 comments on commit b063f81

Please sign in to comment.