[#ASYNC_WAIT_CTX_new] = ASYNC_WAIT_CTX_new :mrdocs: Allocate a new asynchronous wait context. == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASYNC_WAIT_CTX.adoc[ASYNC_WAIT_CTX]* ASYNC_WAIT_CTX_new(); ---- == Description Create one before ASYNC_start_job(); a context is associated with at most one ASYNC_JOB at a time but may be reused after that job finishes. == Return Value New ASYNC_WAIT_CTX, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#