Non-UI processing should not occur on Event Queue dispatch thread

Description

The Event Queue dispatch thread is a strongly synchronized tool that ensures that UI updates happen in an orderly fashion. Actions that do not affect the UI shouldn't be executed in it, as it'll bog down the entire application.

Environment

None

Activity

Show:
Fixed

Details

Priority

Assignee

Reporter

Affects versions

Fix versions

Components

Created July 21, 2017 at 11:03 PM
Updated March 11, 2019 at 10:48 AM
Resolved July 22, 2017 at 9:52 AM