drop_future

Function drop_future 

Source
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.