I hate markdown

This commit is contained in:
qorg11 2021-12-09 14:19:13 +01:00
parent 5c8de859bd
commit 6fed827240
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 3 additions and 2 deletions

View File

@ -121,10 +121,11 @@ await Supply.from-list(<A B C D E F>).throttle: 2, {
.print
}
#OUTPUT: ABCDhiEF
~~~
Output is "ABCDhiEF"
the `start` block is called asyncronously, so it sleeps 1.5 seconds
and then prints "hi" while the other part prints 2 letters every 0.5
seconds. so after printing ABCD, 1.5 seconds have passed, so it will