Add a completed signal to the jobs.

This commit is contained in:
Relintai 2020-06-22 02:32:02 +02:00
parent 2808b32eba
commit 93320fe864

View File

@ -178,4 +178,6 @@ void ThreadPoolJob::_bind_methods() {
BIND_VMETHOD(MethodInfo("_execute"));
ClassDB::bind_method(D_METHOD("execute"), &ThreadPoolJob::execute);
ADD_SIGNAL(MethodInfo("completed"));
}