A c++ Godot engine module which makes it easy to run methods in threads.
Go to file
2020-05-24 10:46:49 +02:00
.gitignore Initial commit. 2020-05-24 10:42:29 +02:00
config.py 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
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
SCsub Fix copy paste fail. 2020-05-24 10:46:49 +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

ThreadPool

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