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