Sets the async iteration flag
bool $await Async iteration flag:
$this
public function setAwait($await) { $this->await = (bool) $await; return $this; }