pub unsafe extern "C" fn ml__drop_future(
handle: FutureHandle,
) -> ErrorCodeExpand description
Drops a future handle.
This must be called if you do not call take_* to avoid a memory leak.
pub unsafe extern "C" fn ml__drop_future(
handle: FutureHandle,
) -> ErrorCodeDrops a future handle.
This must be called if you do not call take_* to avoid a memory leak.