Implement a way to asynchronously run a kernel with also an easy way to wait for the kernel to end like: Kernel k = ...; Execution ex = k.executeAsync(...); ex.waitUntilFinished();
Implement a way to asynchronously run a kernel with also an easy way to wait for the kernel to end like:
Kernel k = ...;
Execution ex = k.executeAsync(...);
ex.waitUntilFinished();