close method
Release the engine. Safe to call more than once.
Implementation
void close() {
if (_handle != nullptr) {
_bindings.freeClient(_handle);
_handle = nullptr;
}
}
Release the engine. Safe to call more than once.
void close() {
if (_handle != nullptr) {
_bindings.freeClient(_handle);
_handle = nullptr;
}
}