run()

/**
 * @throws Throwable
 */
public static function run(): void;

This is the static method used to run threads immediately.

Last updated