createFull

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.

Return

the new #GThread on success.

Parameters

func

a function to execute in the new thread.

stackSize

a stack size for the new thread.

joinable

should this thread be joinable?

bound

ignored

priority

ignored