[PR #419] [CLOSED] Make tview thread-safe #944

Closed
opened 2026-03-04 01:08:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/419
Author: @tslocum
Created: 3/25/2020
Status: Closed

Base: masterHead: thread


📝 Commits (1)

📊 Changes

16 files changed (+1174 additions, -47 deletions)

View changed files

📝 application.go (+27 -7)
📝 box.go (+97 -3)
📝 button.go (+30 -0)
📝 checkbox.go (+47 -0)
📝 dropdown.go (+85 -4)
📝 flex.go (+30 -0)
📝 form.go (+110 -0)
📝 frame.go (+24 -1)
📝 grid.go (+60 -1)
📝 inputfield.go (+94 -9)
📝 list.go (+102 -0)
📝 modal.go (+37 -0)
📝 pages.go (+95 -6)
📝 table.go (+134 -2)
📝 textview.go (+80 -13)
📝 treeview.go (+122 -1)

📄 Description

Functions will now block until the application or widget becomes available.


🔄 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/419 **Author:** [@tslocum](https://github.com/tslocum) **Created:** 3/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `thread` --- ### 📝 Commits (1) - [`411d193`](https://github.com/rivo/tview/commit/411d193e75db142502b49d5a2b1d5d7004f01c8e) Make tview thread-safe ### 📊 Changes **16 files changed** (+1174 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `application.go` (+27 -7) 📝 `box.go` (+97 -3) 📝 `button.go` (+30 -0) 📝 `checkbox.go` (+47 -0) 📝 `dropdown.go` (+85 -4) 📝 `flex.go` (+30 -0) 📝 `form.go` (+110 -0) 📝 `frame.go` (+24 -1) 📝 `grid.go` (+60 -1) 📝 `inputfield.go` (+94 -9) 📝 `list.go` (+102 -0) 📝 `modal.go` (+37 -0) 📝 `pages.go` (+95 -6) 📝 `table.go` (+134 -2) 📝 `textview.go` (+80 -13) 📝 `treeview.go` (+122 -1) </details> ### 📄 Description Functions will now block until the application or widget becomes available. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:08:41 +03:00
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#944
No description provided.