Module libqaul::api

source · []
Expand description

Run Libqaul in an own Thread

Start libqaul in an own thread and communicate via a sync mpsc queues into and from this thread.

This setup is to decouple the GUI thread from libqaul. The communication will happen via protobuf rpc messages.

Functions

Check if libqaul finished initializing

receive a RPC message from libqaul

count of rpc messages to receive in the queue

receive a SYS message from libqaul

send an RPC message to libqaul

count of sent rpc messages

send a SYS message to libqaul

start libqaul in an own thread

start libqaul for android here for debugging and testing

start libqaul on a desktop platform (Linux, Mac, Windows)

start libqaul in an own thread