Replies: 3 comments 1 reply
|
I fear this one might actually be useful… but hey, even a blind hen sometimes finds a grain of corn. |
|
https://github.com/Ta180m/Idiot-Code-Golf/blob/main/channels/bashnels.sh Is it tested? only for the most basic of use-cases. |
|
https://github.com/Ta180m/Idiot-Code-Golf/blob/main/channels/channels.cpp A "modern C++" solution by hacking together some C++ 17 and C++ 20 features such as |
Uh oh!
There was an error while loading. Please reload this page.
This one is a bit different:
We want a channel implementation at least similar to channels in Go. Unbuffered channels to be more precise.
A short rundown:
The solution being stable, secure, or sensible is not part of the problem.
All reactions