Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge Supply.delay pending further investigation
  • Loading branch information
lizmat committed Jun 5, 2014
1 parent fb9fe03 commit 7db5a80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions S17-supply/delay.t
Expand Up @@ -25,7 +25,8 @@ for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
ok $seen && $seen >= $now + $delay, "on-demand sufficiently delayed";
}

{
#?rakudo skip "doesn't work or can't test"
{
my $delay = 2;
my $s = Supply.new;
my $now = now;
Expand All @@ -42,7 +43,7 @@ for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
} ),
;
ok $seen && $seen >= $now + $delay, "live sufficiently delayed";
}
}

{
my $for = Supply.for(1..10);
Expand Down

0 comments on commit 7db5a80

Please sign in to comment.