summaryrefslogtreecommitdiff
path: root/changelogs/fragments/forked-display-via-queue.yml
blob: 36dcc283cd9b43bfc91995da6326230865b8ec57 (plain)
1
2
3
4
minor_changes:
- Display - The display class will now proxy calls to Display.display via the queue from forks/workers
  to be handled by the parent process for actual display. This reduces some reliance on the fork start method
  and improves reliability of displaying messages.