https://github.com/usagi/wonderland.message
C++ intra-process messaging header-only library.
https://github.com/usagi/wonderland.message
Last synced: 4 months ago
JSON representation
C++ intra-process messaging header-only library.
- Host: GitHub
- URL: https://github.com/usagi/wonderland.message
- Owner: usagi
- License: mit
- Created: 2014-04-09T02:40:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T17:30:53.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T11:11:16.366Z (5 months ago)
- Language: C++
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wonderland.message
C++ intra-process messaging header-only library.
## support
- GCC-4.8.2
- Clang-3.3
- Emscripten-1.20.0## usage
basic usage to see the [exmaple](example).
## license
- [MIT](LICENSE)
## author
(C)2014 Usagi Ito in [Wonder Rabbit Project](http://www.WonderRabbitProject.net/).