Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 239 Bytes

namedPipe

A small project using named pipe inter-process communication in Windows Just to study inter-process communication using named pipe Multithreading (just creating a new std::async thread for each client) part is not good at all.