Consts
defaultSpinnerKind = Dots2
- Source Edit
Procs
Templates
template useSpinner(spinner: Spinny; body: untyped)
- Source Edit
template with(kind: SpinnerKind; msg: BbString; body: untyped): untyped
- Source Edit
template with(kind: SpinnerKind; msg: string; body: untyped): untyped
- Source Edit
template withSpinner(body: untyped): untyped
- Source Edit
template withSpinner(msg: BbString = bb""; body: untyped): untyped
- Source Edit
template withSpinner(msg: string = ""; body: untyped): untyped
- Source Edit