Commit Graph

2 Commits (c5d18c39d81e2b3b10856b2fb76747230e4fac4a)

Author SHA1 Message Date
Matt Clay 63946eaed6
Remove unreachable code in curses unit test (#81138) 1 year ago
Sloane Hertel b981a9dfcd
add a worker queue to get updates from the main results thread (#79886)
* Create a queue per WorkerProcess to receive intra-task updates
* Update `pause` action to use the worker queue
* Deprecate ConnectionBase()._new_stdin
* Add new `Display`  convenience method `prompt_until` to manage both controller- and worker-sourced prompting without cross-fork stdin sharing, in-worker mechanism to handle request-response over new worker queue.
2 years ago