Skip to content

Provide option to await all initializers at once, instead of awaiting each separately #8

@gregbair

Description

@gregbair

Let's say I have a bunch of initializers that do things like prime a cache, retrieve configuration data from some separate service, etc.

It would be nice if I could choose to run all of them potentially in parallel, through a method that does a Task.WhenAll(...) instead of awaiting each initializer individually.

It's not a huge deal, but I think it'd be nice to have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions