A c++ Godot engine module which makes it easy to run methods in threads.
Go to file
Relintai 13f3c60a71 Fix copy paste error. 2020-05-24 11:50:55 +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 Setup the ThreadPool singleton. 2020-05-24 10:54:15 +02:00
config.py Initial commit. 2020-05-24 10:42:29 +02:00
register_types.cpp Setup the ThreadPool singleton. 2020-05-24 10:54:15 +02:00
register_types.h Fix copy paste error. 2020-05-24 11:50:55 +02:00
thread_pool.cpp Setup the ThreadPool singleton. 2020-05-24 10:54:15 +02:00
thread_pool.h Setup the ThreadPool singleton. 2020-05-24 10:54:15 +02:00

README.md

ThreadPool

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