Skip to content

Commit

Permalink
Merge pull request #1273 from FCO/issue-1258
Browse files Browse the repository at this point in the history
Fixes #1258
  • Loading branch information
lizmat committed Nov 26, 2017
2 parents a9ec5f9 + 80dfb30 commit b285aaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/Supply.pm
Expand Up @@ -671,6 +671,9 @@ my class Supply does Awaitable {

my class ConcQueue is repr('ConcBlockingQueue') { }
multi method list(Supply:D:) {
self.Seq.list
}
method Seq(Supply:D:) {
gather {
my Mu \queue = nqp::create(ConcQueue);
my $exception;
Expand Down

0 comments on commit b285aaf

Please sign in to comment.