Skip to content

[BOUNTY $50] Support for asynchronously running a kernel #41

@CC007

Description

@CC007

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions