【原創】modb 功能設計之「跨線程通信」

【第一個版本】        使用 pipe 作爲跨線程通信方式,使用如下代碼來支持 pipe: ? 1 2 3 4 5 6 # 使用 _pipe 來模擬 pipe #if defined(WIN32) || defined(_WIN32) #include <io.h> #include <fcntl.h> #define pipe(fds) _pipe(fds, 4096, _O_BINARY
相關文章
相關標籤/搜索