Commit Graph

2 Commits (7d9889fcb321e458e017342ba7301c06be1a237e)

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