await Promise.all(
      backends.map(async slug => (this.backends[slug] = await this.loadBackend(slug))),
    );