Callback invoked when an asynchronous wait context is ready.

Synopsis

Declared in <openssl/async.h>

typedef int(* ASYNC_callback_fn)(void*);

Return Value

Application‐defined status code.

Parameters

Name

Description

arg

User data supplied when the callback was registered.

Created with MrDocs