H5ESregister_complete_func
fn
herr_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_id | Event set identifier |
func | Callback function to invoke on completion |
ctx | User context data to pass to the callback |
Returns
Non-negative on success, negative on failure.