ioSchedulerPushJob
fun ioSchedulerPushJob(jobFunc: IoSchedulerJobFunc, ioPriority: <Error class: unknown class>, cancellable: Cancellable? = null)(source)
⚠️ Deprecated ⚠️
This is deprecated since version 2.36.
use #GThreadPool or g_task_run_in_thread()
---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.