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

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