Release per‐thread asynchronous job resources allocated by ASYNC_init_thread().
Synopsis
Declared in <openssl/async.h>
void
ASYNC_cleanup_thread();
Description
Must be called on a thread that previously called ASYNC_init_thread() (or used async jobs) after no ASYNC_JOB remains outstanding for that thread.
Created with MrDocs