IPC-Inter-Process-Communication Code implemention for Inter-Process Communication By Python3.6 六种进程间通信方式的Python3.6代码实现 msg_queue (消息队列) pipeline for single duplex (单工管道) pipeline for half duplex (半双工管道) name pipeline (命名管道) share memory (共享内存) semaphore (信号量)