mirror of
https://github.com/Relintai/thread_pool.git
synced 2024-11-12 10:25:29 +01:00
A c++ Godot engine module which makes it easy to run methods in threads.
.gitignore | ||
config.py | ||
LICENSE | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub | ||
thread_pool_job.cpp | ||
thread_pool_job.h | ||
thread_pool.cpp | ||
thread_pool.h |
ThreadPool
A c++ Godot engine module, that will help you with threading.