pub fn fire_async_precmd()Expand description
Fire the async_precmd hooks on a worker thread. Called from preprompt()
AFTER precmd + prompt render, so the prompt is already on screen. Returns
immediately (non-blocking): it submits ONE closure to the shared worker pool
and lets it run in the background. Debounced via [RUNNING].