Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Perform resolves in parallel vs serial #15

@ProLoser

Description

@ProLoser

Since each child state is waiting for the resolve of the parent object, we are performing our resolves in serial. Since all we really need are ID's (which are available immediately) we should relocate our get() calls to the class methods instead of the instance methods, or return the instances before they've been updated with data (this may make the controller a little more complex however).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions