Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "queuedrawcheck",
Doc: "reports QueueUpdateDraw calls inside QueueUpdateDraw callbacks",
Run: run,
}
Analyzer reports nested QueueUpdateDraw calls, which are a known source of tview deadlocks when callbacks re-enter UI update queues.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.