pub fn initialization_finished() -> bool
Expand description

Check if libqaul finished initializing

The initialization of libqaul can take several seconds. If you send any message before it finished initializing, libqaul will crash. Wait therefore until this function returns true before sending anything to libqaul.