Function cassandra_cpp_sys::cass_cluster_set_num_threads_io [] [src]

pub unsafe extern "C" fn cass_cluster_set_num_threads_io(
    cluster: *mut CassCluster,
    num_threads: c_uint
) -> CassError

Sets the number of IO threads. This is the number of threads that will handle query requests.

Default: 1

@public @memberof CassCluster

@param[in] cluster @param[in] num_threads @return CASS_OK if successful, otherwise an error occurred.