val with_background_spinner :
?no_tty_quiet:bool ->message:string ->'aLwt.t->'aLwt.t
with_background_spinner ~message promise displays a spinner with messages while the promise is pending. This function is to be used for code that cannot be instrumented for progress.