Luna::JobSystem::finish_job_id

void finish_job_id(job_id_t job)

Marks one job ID as finished, so that all jobs waiting for this job ID will be resumed. This function should only be called for job IDs allocated by allocate_job_id, never call this function for job IDs returned by submit_job. See remarks of allocate_job_id for details.