Icicle\Concurrent\Forking\Fork::enabled PHP Method

enabled() public static method

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