getNames()

/**
 * @return array<int, string|int>
 *
 * This method is used to get the names of the green threads.
 */
public static function getNames(): array;

This is the static method used to get a list of the names of all running threads.

Last updated