Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 3, 2022 13:37
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 Whateverable/22d4da0d466bc021f784819308f51883 to your computer and use it in GitHub Desktop.
Save Whateverable/22d4da0d466bc021f784819308f51883 to your computer and use it in GitHub Desktop.
greppable6
initial_threads
File Code
edumentab/p6-moarvm-remote
…/03-thread-lifecycle.t :41:
my @initial_threads;
edumentab/p6-moarvm-remote
…/03-thread-lifecycle.t :47:
@initial_threads = @threads>>.<thread>;
finanalyst/pod-cached
…/Cached.pm6 :141:
PROCESS::<$SCHEDULER> = ThreadPoolScheduler.new(initial_threads => 0, max_threads => MAX-COMPILATIONS);
perl6/doc
…/ThreadPoolScheduler.pod6 :20:
method new(Int :$initial_threads = 0, Int :$max_threads=16)
perl6/perl6-pod-to-bigpage
…/pod2onepage :33:
PROCESS::<$SCHEDULER> = ThreadPoolScheduler.new(initial_threads => 0, max_threads => $threads);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment