Function cassandra_cpp_sys::cass_session_close [] [src]

pub unsafe extern "C" fn cass_session_close(
    session: *mut CassSession
) -> *mut CassFuture

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.