Icicle\Concurrent\Threading\Thread::enabled PHP Method

enabled() public static method

Checks if threading is enabled.
public static enabled ( ) : boolean
return boolean True if threading is enabled, otherwise false.
    public static function enabled() : bool
    {
        return extension_loaded('pthreads');
    }