Skip to content

Instantly share code, notes, and snippets.

@Ms2ger
Created May 31, 2019 14:25
Show Gist options
  • Save Ms2ger/909b583a74d0b11e2f2e4e0b3240c033 to your computer and use it in GitHub Desktop.
Save Ms2ger/909b583a74d0b11e2f2e4e0b3240c033 to your computer and use it in GitHub Desktop.

| Module | RequestedModules | | A | B | | B | A, C | | C | none |

After A.Evaluate():

| Module | Status | AsyncParentModules | | A | evaluating-async | none | | B | evaluating-async | A | | C | evaluating-async | B |

Some time later

| Module | Status | PendingAsyncDependencies | | A | evaluating-async | 1 | | B | evaluating-async | 1 | | C | evaluated | 0 |

Some time later

| Module | Status | PendingAsyncDependencies | | A | evaluated | 0 | | B | evaluated | 0 | | C | evaluated | 0 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment