pub fn drop_future(handle: FutureHandle) -> FFIResult<()>Expand description
Drops a future handle.
This must be called if you do not call take_* to avoid a memory leak.
pub fn drop_future(handle: FutureHandle) -> FFIResult<()>Drops a future handle.
This must be called if you do not call take_* to avoid a memory leak.