DirectedEdges / specs-plugin

33 stars 0 forks source link

Improve syncing async output values and tidying #154

Closed nathanacurtis closed 1 month ago

nathanacurtis commented 5 months ago

Problem

Some output (such as variable collection name) is produced asynchronously, but the entire tree of calls across sections (Anatomy, Props, Layout) isn't setup to await all of the results.

The analysis of nested calls across objects is described in the private repository.

Solution

Sync all processing across impacted nodes and assure there's not a considerable negative performance impact.