SimpleAsyncThreadFunc
typealias SimpleAsyncThreadFunc = (res: SimpleAsyncResult, <Error class: unknown class>, cancellable: Cancellable?) -> Unit
Simple thread function that runs an asynchronous operation and checks for cancellation.
param
res
a #GSimpleAsyncResult.param
object
a #GObject.param
cancellable
optional #GCancellable object, null to ignore.