Skip to content

repl: backgrounding command to move awaits to "background" after tick

Moves top-level awaited values into "background" after a tick, allowing the user to continue using the repl while waiting for something that might take a while or never happen.

closes #17168 (closed)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

repl

Merge request reports

Loading