Skip to content

Instantly share code, notes, and snippets.

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 zoffixznet/df2899a4d0822de27a209d0592eb7b60 to your computer and use it in GitHub Desktop.
Save zoffixznet/df2899a4d0822de27a209d0592eb7b60 to your computer and use it in GitHub Desktop.
for ^100 .rotor: 30, :partial -> $batch {
my $answer = await start {
$batch.say;
sleep 1;
my $r = rand;
$r > 0.5 ?? $r !! False;
};
next unless $answer;
say $answer;
last;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment