use SpawnHandle;
use Any;
/// Helper type to compact holding onto multiple SpawnHandle<_>s
/// with a single reference (at the cost of boxing). Given that
/// spawning should be relatively not often, the allocation cost
/// should be fine for the ergonomical trade-off.