Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Wordsmith make_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
c0riolis committed Nov 20, 2020
1 parent 5b5967f commit bdfc00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extended_api/synchronization_library/make_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ All threads in `group` acquire collective ownership of the `shared_state` storag
`make_pipeline` must be invoked by every threads in `group` such that `group::sync` may be invoked.
`shared_state` and `producer_count` must be uniform across all threads in `group`, else the behavior is undefined.
`shared_state` and `producer_count` must be the same across all threads in `group`, else the behavior is undefined.
`producer_count` must be strictly inferior to `group::size`, else the behavior is undefined.
Expand Down

0 comments on commit bdfc00e

Please sign in to comment.