Skip to content

Commit

Permalink
Add requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Oct 28, 2023
1 parent fd311c7 commit 2cfe2c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

* Thread-safe push and fetch.
* Use stream operators to push (<<) and fetch (>>) items.
* Value type must be default constructible.
* Blocking (forever waiting to fetch).
* Range-based for loop supported.
* Close to prevent pushing and stop waiting to fetch.
* Integrates well with STL algorithms. Eg: std::move(ch.begin(), ch.end(), ...).
* Integrates well with STL algorithms in some cases. Eg: std::move(ch.begin(), ch.end(), ...).
* Tested with GCC, Clang, and MSVC.

## Requirements
Expand Down

0 comments on commit 2cfe2c2

Please sign in to comment.