You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move values
* Set release version
* Use size of internal queue
* Document known issues
* Test with more std algorithms
* Test writing on closed channel
* Improve documentation
* Includes stack-based, exception-free alternative (static channel).
19
20
@@ -136,6 +137,10 @@ int main() {
136
137
137
138
See [examples](https://github.com/andreiavrammsd/cpp-channel/tree/master/examples) and [documentation](https://andreiavrammsd.github.io/cpp-channel/).
138
139
140
+
## Known limitations
141
+
142
+
* In some cases, the integration with some STD algorithms does not compile with MSVC. See the [Transform test](https://github.com/andreiavrammsd/cpp-channel/blob/master/tests/channel_test.cpp).
143
+
139
144
<br>
140
145
141
146
Developed with [CLion](https://www.jetbrains.com/?from=serializer) and [Visual Studio Code](https://code.visualstudio.com/).
0 commit comments