Skip to content

Instantly share code, notes, and snippets.

@autarch
Created December 6, 2015 22:20
Show Gist options
  • Select an option

  • Save autarch/f170dc00aae53c7c8578 to your computer and use it in GitHub Desktop.

Select an option

Save autarch/f170dc00aae53c7c8578 to your computer and use it in GitHub Desktop.
my $items = (1..20);
my $i = 0;
my $s = $items.Supply.throttle( 3,
{
say "$*THREAD.id(): start $_";
},
);
$s.wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment