[#ASYNC_cleanup_thread] = ASYNC_cleanup_thread :mrdocs: Release per‐thread asynchronous job resources allocated by ASYNC_init_thread(). == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#