A c++ Godot engine module which makes it easy to run methods in threads.
Go to file
Relintai f772f49c87 Initial commit. 2020-05-24 10:42:29 +02:00
.gitignore Initial commit. 2020-05-24 10:42:29 +02:00
LICENSE Initial commit. 2020-05-24 10:42:29 +02:00
README.md Initial commit. 2020-05-24 10:42:29 +02:00
SCsub Initial commit. 2020-05-24 10:42:29 +02:00
config.py Initial commit. 2020-05-24 10:42:29 +02:00
register_types.cpp Initial commit. 2020-05-24 10:42:29 +02:00
register_types.h Initial commit. 2020-05-24 10:42:29 +02:00
thread_pool.cpp Initial commit. 2020-05-24 10:42:29 +02:00
thread_pool.h Initial commit. 2020-05-24 10:42:29 +02:00

README.md

ThreadPool

A c++ Godot engine module, that will help you with threading.