This is a pub/sub bus for IPC purpose on Linux.
- Supports abstract unix domain socket.
- Reduced memory footprint for each transferred message.
- Fast client side callback. Can be faster though.
- Client is NOT thread safe. This is meant to be used in a event loop application.
This project uses tev as its event loop.