You really should dive more into the `multiprocess` support option and highlight how this gets around issues with the GIL. This feels like a major value add, and "does this help with CPU-bound work" being "yes" is a big deal! I don't really need pipelining that much, but pipelining along with a certain level of durability and easy multiprocessing support? Now we're talking
I suppose one excellent thing about this would be if you could just change 1 parameter and switch from multiprocessing to threaded.