Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 849 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 849 Bytes

libquickserv (WIP)

IPC Server/Client wrapper around libevquick.

libquickserv serves as a wrapper template for quickly implementing server/client models for IPC-communication on Linux machines. The library is build around libevquick that allows for quick event creation with the least amount of system calls. See libevquick for more details.

Usage

libquickserv highly depends on libevquick and thus provides close wrapper-functions for the same utilities that libevquick provides. See libevquick for more details. The functions calls are hence the same except for the fact that libevquick is replaced by quickserv.

For a more detailed explaination of the API, see libquickserv.h