Struct vart::JobHandle#

struct JobHandle

Struct representing a job handle for asynchronous execution.

This struct holds the status of a submitted job, including whether it was successfully submitted and its unique identifier.

Public Members

uint32_t job_id

Unique identifier for the job.