GThreadFunc

Specifies the type of the func functions passed to Thread.new or Thread.tryNew.

alias GThreadFunc = void* function(void* data)

Return Value

the return value of the thread