Asynchronously destroy a context.
#include <mm/renderer/async.h>
int mmr_async_context_destroy(mmr_context_t *ctxt,
void *udata)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
Send a request to destroy the context the handle refers to. The handle becomes invalid and must not be used after this call. The completion of this request is reported by mmr_async_nextcomplete() with a NULL context handle in mmr_async_result_t.
Zero on success, -1 on failure (check errno).