- Added ``TestingQueue`` for help with tests that don't need a full multiprocessing/threading queue.
0.4.4
------------------
- Added ``get_cms_since_init`` to ``InfiniteLoopingParallelismMixIn``. - Fixed issue with incorrect values in performance metrics for processes running in Windows.
0.4.3
------------------
- Fixed issue with ``drain_queue`` not fully draining queues in CI environments.
0.4.2
------------------
- Added ``perform_teardown_after_loop`` kwarg to ``invoke_process_run_and_check_errors``.
0.4.0
------------------
- Changed method name from ``unpause`` to ``resume``. - Changed kwarg from ``timeout_secs`` to ``timeout_seconds`` to be more consistent.
0.3.11
-------------------
- Added timeout_secs kwarg to ``safe_get`` and ``drain_queue``.