Skip to content

[Mirror PR #3245] fix(store): async batch() freezes application state updates during await - #36

Open
tmdeveloper007 wants to merge 1 commit into
mainfrom
mirror/3245-fix-store-async-batch
Open

[Mirror PR #3245] fix(store): async batch() freezes application state updates during await#36
tmdeveloper007 wants to merge 1 commit into
mainfrom
mirror/3245-fix-store-async-batch

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Owner

Upstream PR Karanjot786#3245: fix(store): async batch() freezes application state updates during await

Original PR by @Unnati1007 on Karanjot786/TermUI#3245

fix(store): async batch() freezes application state updates during await

Closes Karanjot786#3244

GSSoC'26

Description

This PR fixes a critical bug where passing an async function to batch() would freeze the entire application's UI updates during await.

Because JS is single-threaded and `batc


Mirrored to fork by Mavis TermUI Bot. This PR cannot be submitted upstream as tmdeveloper007 has no write access to Karanjot786/TermUI.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] fix(store): async batch() freezes application state updates during await

2 participants