Danny Robson
3689b08535
parallel/queue: add nodiscard to push/pop
Users _must_ check the return value otherwise they've no indication whether anything happened... This is a pretty common mistake because it looks a lot like a typical push/pop operation.
A simple cross-platform C++ utility library. Supported compilers: >=clang-5.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.
Description
Languages
C++
96%
Ragel
1.2%
CMake
1.1%
Meson
1.1%
Python
0.6%