Change Layout Context Manager to be Async #677
Labels
priority-3-low
May be resolved one any timeline.
type-revision
About a change in functionality or behavior
Milestone
Current Situation
Currently the context manager for the layout is not async even though its render and deliver methods are async. I'm not quite sure why I thought this was a good idea. Technically the context methods don't need to be async, but the mismatch is odd. Additionally, if the context methods were async, we could ensure that all effects are completed before exiting the context.
Proposed Actions
Switch the context management methods to be async and wait for effects to complete before exiting.
The text was updated successfully, but these errors were encountered: