File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
13
13
$ * SCHEDULER = . new ;
14
14
isa_ok $ * SCHEDULER , $ _ , " ***** scheduling with { $ _ . gist } " ;
15
15
16
- {
16
+ # ?rakudo skip "doesn't work or can't test"
17
+ {
17
18
my $ delay = 2 ;
18
19
my $ now = now;
19
20
my $ seen ;
@@ -23,7 +24,7 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
23
24
: more( { $ seen = now } ),
24
25
;
25
26
ok $ seen && $ seen >= $ now + $ delay , " on-demand sufficiently delayed" ;
26
- }
27
+ }
27
28
28
29
{
29
30
my $ delay = 2 ;
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
13
13
$ * SCHEDULER = . new ;
14
14
isa_ok $ * SCHEDULER , $ _ , " ***** scheduling with { $ _ . gist } " ;
15
15
16
- {
16
+ # ?rakudo skip "doesn't work or can't test"
17
+ {
17
18
my $ s = Supply . new ;
18
19
tap_ok $ s . stable(2 ),
19
20
[1 ,4 ],
@@ -30,7 +31,7 @@ for (ThreadPoolScheduler, CurrentThreadScheduler) {
30
31
$ s . done ;
31
32
} ),
32
33
: live;
33
- }
34
+ }
34
35
35
36
{
36
37
my $ for = Supply . for (1 .. 10 );
You can’t perform that action at this time.
0 commit comments