We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5da6b commit 800e445Copy full SHA for 800e445
doc/Type/Supply.pod6
@@ -238,7 +238,9 @@ to be only executed by one thread at a time.
238
239
Creates a supply that emits a value every C<$interval> seconds, starting
240
C<$delay> seconds from the call. The value is an integer, starting from 0,
241
-and is incremented by one for each value emitted.
+and is incremented by one for each value emitted. Note that if the supplied
242
+interval is less than one millisecond it will be changed to one millisecond
243
+and a warning will be emitted.
244
245
=head2 method grep
246
0 commit comments