mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[PR #419] [CLOSED] Make tview thread-safe #944
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/419
Author: @tslocum
Created: 3/25/2020
Status: ❌ Closed
Base:
master← Head:thread📝 Commits (1)
411d193Make tview thread-safe📊 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.