-
-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior