Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 190 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 190 Bytes

channel

C++ implementation of golang's Channel type. It's a textbook producer/consumer problem as described by Dijkstra.