Function cassandra_cpp_sys::cass_session_close

source ยท
pub unsafe extern "C" fn cass_session_close(
    session: *mut CassSession,
) -> *mut CassFuture
Expand description

Closes the session instance, outputs a close future which can be used to determine when the session has been terminated. This allows in-flight requests to finish.

@public @memberof CassSession

@param[in] session @return A future that must be freed.