Handbook
Glossary
g_thread_pool_set_max_threads ( thread_pool max_threads error -- )
Vocabulary
glib
.
ffi
Inputs
thread_pool
an
object
max_threads
an
object
error
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_thread_pool_set_max_threads
( GThreadPool* thread_pool,
gint
max_threads, GError* error
)