JeanPhilippeKernel / RendererEngine

3D Renderer Engine builds with Vulkan and C++ 20
MIT License
171 stars 17 forks source link

threadpool utility #305

Closed jnyfah closed 5 months ago

jnyfah commented 6 months ago

This PR introduces a new ThreadPool class within the ZEngine::Helpers namespace, designed to efficiently manage and execute tasks in a multithreaded environment.

Closes out issue #242