oqs_sys::common

Function OQS_thread_stop

source
pub unsafe extern "C" fn OQS_thread_stop()
Expand description

This function stops OpenSSL threads, which allows resources to be cleaned up in the correct order. @note When liboqs is used in a multithreaded application, each thread should call this function prior to stopping.