Function cassandra_cpp_sys::cass_future_wait [] [src]

pub unsafe extern "C" fn cass_future_wait(future: *mut CassFuture)

Wait for the future to be set with either a result or error.

Important: Do not wait in a future callback. Waiting in a future callback will cause a deadlock.

@public @memberof CassFuture

@param[in] future