clear()

/**
 * This method is used to clear the data of the green threads.
 */
public static function clear(): void;

This is a static method you can use to delete all running threads.

Last updated