ml__drop_future

Function ml__drop_future 

Source
pub unsafe extern "C" fn ml__drop_future(
    handle: FutureHandle,
) -> ErrorCode
Expand description

Drops a future handle.

This must be called if you do not call take_* to avoid a memory leak.