H5ESregister_complete_func

fnherr_t H5ESregister_complete_func(hid_t es_id, H5ES_event_complete_func_t func, void * ctx)

Registers a callback for operation completions.

The callback is invoked whenever an async operation in the event set completes.

Parameters

es_idEvent set identifier
funcCallback function to invoke on completion
ctxUser context data to pass to the callback

Returns

Non-negative on success, negative on failure.