Commit Graph

2 Commits (5b35295b81a66f5837c40ec877f9eee15fd92d16)

Author SHA1 Message Date
Matt Clay 63946eaed6
Remove unreachable code in curses unit test (#81138) 2 years 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.
3 years ago