glib_sys

Function g_thread_pool_set_max_threads

source
pub unsafe extern "C" fn g_thread_pool_set_max_threads(
    pool: *mut GThreadPool,
    max_threads: c_int,
    error: *mut *mut GError,
) -> gboolean