ml__take_future_bool

Function ml__take_future_bool 

Source
pub unsafe extern "C" fn ml__take_future_bool(
    handle: FutureHandle,
    data_ptr: *mut bool,
) -> ErrorCode
Expand description

Transfers the data of a completed future to the module side.

If this method returns an error the data may not have been assigned. Calling this method consumes the handle and calling it again will return an error.