Nick Logan

College sports analytics by day. Hood rat stuff by night.
Houston, TX 12 posts
 

STD multiplexing in Perl6, part 2

In the previous post, Managing stdout from multiple processes: STD multiplexing in Perl6, kinda [https://deathbyperl6.com/multiplexing-stdout-from-multiple-processes/], we created a function procs2stdout that would take any number of @processes, »

Managing stdout from multiple processes: STD multiplexing in Perl6, kinda

Sometimes you want to spawn multiple processes and and merge the output into some type of format. My adventures in creating a parallelized perl6 package manager, Zef[1], had reached »