2018-12-20 17:14:27 +08:00
build complete all functions of ipc::channel (TODO: ut, benchmark) 2018-12-20 16:31:38 +08:00
include not throw but waiting when size == 0 2018-12-20 17:14:27 +08:00
src complete all functions of ipc::channel (TODO: ut, benchmark) 2018-12-20 16:31:38 +08:00
test complete all functions of ipc::channel (TODO: ut, benchmark) 2018-12-20 16:31:38 +08:00
.gitignore first commit for shm. 2018-11-20 11:27:39 +08:00
.travis.yml Update .travis.yml 2018-12-20 16:53:34 +08:00
LICENSE update LICENSE 2018-12-17 15:02:26 +08:00
README.md update LICENSE 2018-12-17 15:02:26 +08:00

cpp-ipc

MIT licensed Build Status

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.