Overrides ExecutionContextAwareInterface::switch
public function switch(int|string $id) : void { $this->current = $this->forks[$id] ?? $this->main; }