Threads


Object Hierarchy:

Object hierarchy for Threads

Description:

public class Threads : Object

Thread utility methods.

This class provides small helpers around common thread operations. Use this helper when you need simple sleep behavior without directly dealing with microsecond conversions.

Example:

    // Back off for 50ms before retrying.
Threads.sleepMillis (50);


Namespace: Vala.Lang
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object