[#ASYNC_get_current_job] = ASYNC_get_current_job :mrdocs: Return the ASYNC_JOB currently executing on this thread, if any. == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASYNC_JOB.adoc[ASYNC_JOB]* ASYNC_get_current_job(); ---- == Return Value The current job, or NULL when called outside an ASYNC job. [.small]#Created with https://www.mrdocs.com[MrDocs]#