Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnski committed Aug 21, 2023
1 parent 99761eb commit 75ff594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/pvf/common/src/worker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pub mod thread {
Arc::new((Mutex::new(WaitOutcome::Pending), Condvar::new()))
}

/// Runs a worker thread. Will first enable security features, and afterwards notify the threads
/// Runs a worker thread. Will run the requested function, and afterwards notify the threads
/// waiting on the condvar. Catches panics during execution and resumes the panics after
/// triggering the condvar, so that the waiting thread is notified on panics.
///
Expand Down

0 comments on commit 75ff594

Please sign in to comment.