class Topia::SpinnerPool

Overview

Performance-optimized spinner pool for multiple concurrent operations

Defined in:

topia/async_spinner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def active_count : Int32 #

[View source]
def create(id : String, message : String) : AsyncSpinner #

[View source]
def error(id : String, message : String) #

[View source]
def start(id : String, message : String | Nil = nil) #

[View source]
def stop(id : String) #

[View source]
def stop_all #

[View source]
def success(id : String, message : String) #

[View source]