Created
October 17, 2019 10:20
-
-
Save patrickbkr/6efb8ac04c63c8c57c01ce97ee48ebab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Cro::HTTP::Client; | |
react { | |
# for 1 .. 100 -> $e { | |
for 1 .. * -> $e { | |
say "started $e"; | |
whenever Cro::HTTP::Client.get('http://rcalc-devel/') { | |
say "Stuff works: $e"; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment