ioSchedulerPushJob

fun ioSchedulerPushJob(jobFunc: IOSchedulerJobFunc, ioPriority: Int, cancellable: Cancellable? = null)

Schedules the I/O job to run in another thread.

Parameters

jobFunc

a #GIOSchedulerJobFunc.

ioPriority

the io-priority of the request.

cancellable

optional #GCancellable object, null to ignore.