this one leverages crossbeam. it does appear to schedule jobs faster than the rust-threadpool. curiously, the `recv` impl seems to be slower. maybe that's because of the (inadvertent, unecessary) switch from mpsc to mppc. worth trying to just insert a buffer.