Companion
object Companion
Functions
Link copied to clipboard
This function creates a new thread.
Link copied to clipboard
fun createFull(func: ThreadFunc, stackSize: <Error class: unknown class>, joinable: Boolean, bound: Boolean, priority: ThreadPriority): <Error class: unknown class><Thread>
This function creates a new thread.
Link copied to clipboard
Link copied to clipboard
Indicates if g_thread_init() has been called.
Link copied to clipboard
Link copied to clipboard
This function creates a new thread. The new thread starts by invoking
Link copied to clipboard
This function is the same as g_thread_new() except that it allows for the possibility of failure.