Module Tui

type spin_scheme = string array * float

Array of frames and frame duration.

val spin : ?scheme:spin_scheme -> stop:bool Stdlib.ref -> unit -> unit