Report whether the current platform supports asynchronous jobs.
Synopsis
Declared in <openssl/async.h>
int
ASYNC_is_capable();
Return Value
1 if ASYNC_start_job() and related APIs are usable, or 0 otherwise.
Created with MrDocs