ThreadFunc

typealias ThreadFunc = (<Error class: unknown class>?) -> <Error class: unknown class>?

Specifies the type of the @func functions passed to g_thread_new() or g_thread_try_new().

  • param data data passed to the thread

  • return the return value of the thread