await Promise.any(fibers.map((f) => f.run())); fibers.forEach((f) => f.terminate());
this._promises.forEach(({ reject }) => reject());