IOSchedulerJob
Object Hierarchy:
Description:
[ Compact ]
public class IOSchedulerJob
Opaque class for defining and scheduling IO jobs.
Content:
Static methods:
Methods:
- public bool send_to_mainloop (owned SourceFunc func)
Used from an I/O job to send a callback to be run in the thread that
the job was started from, waiting for the result (and thus blocking the I/O job).
- public void send_to_mainloop_async (owned SourceFunc func)
Used from an I/O job to send a callback to be run asynchronously in
the thread that the job was started from.