A c++ Godot engine module which makes it easy to run methods in threads.
Go to file
2020-05-24 21:17:32 +02:00
.gitignore Initial commit. 2020-05-24 10:42:29 +02:00
config.py Added ThreadPoolJob. 2020-05-24 11:51:05 +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 Added ThreadPoolJob. 2020-05-24 11:51:05 +02:00
register_types.h Fix copy paste error. 2020-05-24 11:50:55 +02:00
SCsub Added ThreadPoolJob. 2020-05-24 11:51:05 +02:00
thread_pool_job.cpp Also invert the logic. 2020-05-24 20:07:30 +02:00
thread_pool_job.h Invert the logic of the 2 control flow functions name. 2020-05-24 19:59:40 +02:00
thread_pool.cpp Small fixes. 2020-05-24 21:17:32 +02:00
thread_pool.h Fix typo. 2020-05-24 20:00:49 +02:00

ThreadPool

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