pub static BACKGROUND_COMPLETIONS: ExperimentalOptionExpand description
Run completions on a background thread instead of blocking the line editor.
Disabling restores the pre-0.115 behavior: completions settle on the
reedline thread, which blocks while they run, so a custom completer can
hand the terminal to an interactive picker ($candidates | fzf) without
the line editor stealing its keystrokes.