pub fn spawn_remote_listing<F>(
ctx: OwnedSshContext,
remote_path: String,
show_hidden: bool,
sort: BrowserSort,
send: F,
)Expand description
Spawn background thread for remote directory listing. Sends result back via the provided sender function.