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