Document non-blocking behavior of QueueUpdate and QueueUpdateDraw

This commit is contained in:
Trevor Slocum 2020-02-20 09:48:15 -08:00
parent 7175730374
commit 3bf6bb259c
1 changed files with 9 additions and 2 deletions

11
FORK.md
View File

@ -1,6 +1,7 @@
This document explains why [tview](https://github.com/rivo/tview) was forked to
create [cview](https://gitlab.com/tslocum/cview) and tracks which tview pull
requests have been merged into cview.
create [cview](https://gitlab.com/tslocum/cview). It also explains any
differences between the projects and tracks which tview pull requests have been
merged into cview.
# Why fork?
@ -23,6 +24,12 @@ discuss and merge pull requests:
cview aims to solve these issues by increasing the number of project
maintainers and allowing code changes which may be outside of tview's scope.
# Differences
## QueueUpdate and QueueUpdateDraw do not block
tview [blocks until the queued function returns](https://github.com/rivo/tview/blob/fe3052019536251fd145835dbaa225b33b7d3088/application.go#L510).
# Merged pull requests
The following tview pull requests have been merged into cview: