Set an event for asynchronous requests.
#include <mm/renderer/async.h>
int mmr_async_setevent(mmr_connection_t *connection,
const struct sigevent *sigevent)
BlackBerry 10.3.0
A connection handle.
A pointer to the event, or NULL to disarm.
This function sets an event to deliver whenever asynchronous results become available.
Note that spurious events are possible.
0 on success, -1 on error (check errno).