[PR #996] new: Added App.QueueUpdateContext and App.QueueUpdateDrawContext #1100

Open
opened 2026-03-04 01:09:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/996
Author: @pamburus
Created: 6/5/2024
Status: 🔄 Open

Base: masterHead: feature/queue-context


📝 Commits (1)

  • 95c7d7a new: added Application.QueueUpdateContext and Application.QueueUpdateDrawContext

📊 Changes

1 file changed (+42 additions, -4 deletions)

View changed files

📝 application.go (+42 -4)

📄 Description

This is needed to allow correct shutdown of goroutines that are trying to QueueUpdate or QueueUpdateDraw after the Application exits on Stop.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rivo/tview/pull/996 **Author:** [@pamburus](https://github.com/pamburus) **Created:** 6/5/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/queue-context` --- ### 📝 Commits (1) - [`95c7d7a`](https://github.com/rivo/tview/commit/95c7d7a500e0a41833fb706233ad9ef782cbfef9) new: added Application.QueueUpdateContext and Application.QueueUpdateDrawContext ### 📊 Changes **1 file changed** (+42 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `application.go` (+42 -4) </details> ### 📄 Description This is needed to allow correct shutdown of goroutines that are trying to `QueueUpdate` or `QueueUpdateDraw` after the `Application` exits on `Stop`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#1100
No description provided.