cure v0.5.0 API Reference
Modules
The main Cure module. Provides a few functions to easily start a connection with a C/C++ program, to send messages to the program and to handle the incoming responses
Queue module for a FIFO like behavior. Based on Erlang’s :queue module, but with my own small twist to it for easier use in Elixir (usage with |>, etc..)
The server is responsible for the communication between Elixir and C/C++. The communication is based on Erlang Ports
The supervisor is responsible for monitoring Cure.Server processes. Can be optionally left out by starting a Cure.Server process directly