Kraken\Loop\LoopResourceInterface::pause PHP Method

pause() public method

This method allows to detach all resources contained within the object from writable and readable streams of active loop, preventing from writing or reading any data done by it.
public pause ( )
    public function pause();
LoopResourceInterface