rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
10.33k stars 545 forks source link

new: Added `App.QueueUpdateContext` and `App.QueueUpdateDrawContext` #996

Open pamburus opened 3 weeks ago

pamburus commented 3 weeks ago

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