Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Oct 19, 2022
2 parents 1c62bdc + 73cbfa6 commit b963c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* {@link #offer(DirectBuffer)} methods, or a {@link #tryClaim(int, BufferClaim)} and {@link BufferClaim#commit()}
* method combination.
* <p>
* The APIs used for try claim and offer are non-blocking and thread safe.
* The APIs for tryClaim and offer are non-blocking and thread safe.
* <p>
* <b>Note:</b> Instances are threadsafe and can be shared between publishing threads.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ abstract class ExclusivePublicationValues extends ExclusivePublicationLhsPadding
* {@link ExclusivePublication}s have the potential to provide greater throughput than the default {@link Publication}
* which supports concurrent access.
* <p>
* The APIs used for tryClaim and offer are non-blocking.
* The APIs for tryClaim and offer are non-blocking.
* <p>
* <b>Note:</b> Instances are NOT threadsafe for offer and tryClaim methods but are for the others.
*
Expand Down

0 comments on commit b963c8a

Please sign in to comment.