Port over the implementation in rust_toy_engine
rphmeier opened this issue · 1 comments
rphmeier commented
I've implemented a (better, IMO) version of this in the https://github.com/rphmeier/rust_toy_engine repository, in the util/work_pool module. This can be ported over pretty easily.
rphmeier commented
still has the limitation of 4096 jobs, but maybe just heap allocating could make things easier.