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

Wordsmith make_pipeline #81

Merged
merged 1 commit into from
Nov 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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