A program that will create X number of threads which will search for prime numbers up to a given number Y. X and Y are set upon program initialization.
This repo is to remind me about some common threading patterns. Mostly I forget that you can block on a queue. I've got a perhaps overcomplicated example of how to set up workers that consume from a ...