This commit is contained in:
Laksh Singla 2023-06-06 17:01:42 +05:30 committed by GitHub
parent cfc2a8d286
commit 5da601c47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,8 +356,10 @@ public class ControllerImpl implements Controller
} }
); );
if (workerTaskLauncher != null) {
workerTaskLauncher.waitForWorkerShutdown(); workerTaskLauncher.waitForWorkerShutdown();
} }
}
public TaskStatus runTask(final Closer closer) public TaskStatus runTask(final Closer closer)
{ {