Repo2\QueryReactor\Reactor::await PHP Method

await() public method

public await ( )
    public function await()
    {
        while ($this->active->count()) {
            $this->poll();
        }
    }