Skip to content

Commit

Permalink
Fix barrier docs
Browse files Browse the repository at this point in the history
  • Loading branch information
derekchiang committed Jan 26, 2014
1 parent 838b5a4 commit 711726e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libextra/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ impl<'a> RWLockReadMode<'a> {

/// A barrier enables multiple tasks to synchronize the beginning
/// of some computation.
///
/// ```rust
/// use extra::sync::Barrier;
///
Expand Down

0 comments on commit 711726e

Please sign in to comment.