Skip to content

Commit e8b7d41

Browse files
committed
Merge branch 'master' of github.com:perl6/doc
2 parents c3ae3ca + 3697772 commit e8b7d41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/Type/Supply.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ Use C<migrate> to join the values into a single Supply again.
268268
269269
Produces a continuous supply from a supply of supplies.
270270
271+
=head2 method delayed
272+
273+
method delayed(Supply:D: $delay) returns Supply:D
274+
275+
Returns a supply thats delayed by C<$delay> seconds.
276+
271277
=head2 method from-list
272278
273279
method from-list(Supply:U: *@elems) returns Supply:D

0 commit comments

Comments
 (0)