// This file is part of helpers4.
// Copyright (C) 2025 baxyz
// SPDX-License-Identifier: LGPL-3.0-or-later
//! A hand-written future for the tests: pending a given number of times, then ready.
use Future;
use Pin;
use ;
pub
/// A future that is pending `remaining` times (waking itself each time), then ready with `value`.
pub