Correct comments.
This commit is contained in:
parent
0ff1fb27d3
commit
36462f901e
1 changed files with 2 additions and 2 deletions
|
|
@ -800,8 +800,8 @@ impl WorkerThread {
|
|||
unsafe { self.wait_or_steal_until(latch, false) };
|
||||
}
|
||||
|
||||
// Wait until the latch is set. Executes local jobs if `is_job` is true for them and
|
||||
// `all_jobs_started` still returns false.
|
||||
/// Wait until the latch is set. Executes local jobs if `is_job` is true for them and
|
||||
/// `all_jobs_started` still returns false.
|
||||
#[inline]
|
||||
pub(super) unsafe fn wait_for_jobs<L: AsCoreLatch + ?Sized, const BROADCAST_JOBS: bool>(
|
||||
&self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue