createFull

fun createFull(func: ThreadFunc, stackSize: <Error class: unknown class>, joinable: Boolean, bound: Boolean, priority: ThreadPriority): <Error class: unknown class><Thread>(source)

⚠️ Deprecated ⚠️

This is deprecated since version 2.32.

The @bound and @priority arguments are now ignored. Use g_thread_new().

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