// SPDX-FileCopyrightText: Copyright (c) Siemens 2026 contributed by Christoph Kuhmuench christoph.kuhmuench@gmail.com
//
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Tutorial chapter 2 (`simu::tutorial::ch02_waiting_for_processes`): an
//! electric car whose driving process waits for its charging process —
//! spawning a child process and awaiting its `ProcessHandle`.
use SimEnv;