[#ASYNC_block_pause] = ASYNC_block_pause :mrdocs: Temporarily ignore ASYNC_pause_job() on the current thread. == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASYNC_block_pause(); ---- == Description Nested calls nest; each block must be matched by ASYNC_unblock_pause(). Use around code that must not yield (for example while holding locks). [.small]#Created with https://www.mrdocs.com[MrDocs]#