Schedules the I/O job to run in another thread.
notify will be called on user_data after job_func has returned, regardless whether the job was cancelled or has run to completion.
If cancellable is not NULL, it can be used to cancel the I/O job by calling Cancellable.cancel or by calling g_io_scheduler_cancel_all_jobs().
a GIOSchedulerJobFunc
data to pass to job_func
a GDestroyNotify for user_data, or NULL
the [I/O priority][io-priority] of the request.
optional gio.Cancellable object, NULL to ignore.
Deprecated: use glib.ThreadPool or Task.runInThread
Schedules the I/O job to run in another thread.
notify will be called on user_data after job_func has returned, regardless whether the job was cancelled or has run to completion.
If cancellable is not NULL, it can be used to cancel the I/O job by calling Cancellable.cancel or by calling g_io_scheduler_cancel_all_jobs().