Function scoped_task::create_child_job
source ยท pub fn create_child_job() -> Result<Scoped<Job>, Status>
Expand description
Creates and returns a child job of the job returned by job_default
.
pub fn create_child_job() -> Result<Scoped<Job>, Status>
Creates and returns a child job of the job returned by job_default
.