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
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

5 comments on commit 711726e

@bors
Copy link
Contributor

@bors bors commented on 711726e Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at derekchiang@711726e

@bors
Copy link
Contributor

@bors bors commented on 711726e Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging derekchiang/rust/fix-barrier-doc = 711726e into auto

@bors
Copy link
Contributor

@bors bors commented on 711726e Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

derekchiang/rust/fix-barrier-doc = 711726e merged ok, testing candidate = 0119e46

@bors
Copy link
Contributor

@bors bors commented on 711726e Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 711726e Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0119e46

Please sign in to comment.