Skip to content

Instantly share code, notes, and snippets.

@patrickbkr
Created October 17, 2019 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickbkr/6efb8ac04c63c8c57c01ce97ee48ebab to your computer and use it in GitHub Desktop.
Save patrickbkr/6efb8ac04c63c8c57c01ce97ee48ebab to your computer and use it in GitHub Desktop.
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