mirror of
https://github.com/Relintai/thread_pool.git
synced 2024-11-12 10:25:29 +01:00
Add a completed signal to the jobs.
This commit is contained in:
parent
2808b32eba
commit
93320fe864
@ -178,4 +178,6 @@ void ThreadPoolJob::_bind_methods() {
|
||||
|
||||
BIND_VMETHOD(MethodInfo("_execute"));
|
||||
ClassDB::bind_method(D_METHOD("execute"), &ThreadPoolJob::execute);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("completed"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user