Icicle\Awaitable\Internal\FulfilledAwaitable::isFulfilled PHP Method

isFulfilled() public method

public isFulfilled ( ) : boolean
return boolean
    public function isFulfilled() : bool
    {
        return true;
    }