Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
url-checker
master
AvgResponseTime
Channel
ConcurrencyUtil
Config
DiagnosticLogger
Formatter
Printer
Stats
Info
StatsStore
Get
LogFailure
LogSuccess
StatsWriter
StatusChecker
Failure
Success
UrlGenerator
Built with Crystal 1.9.2
2023-10-07 10:58:33 UTC
struct
StatsStore::Get
StatsStore::Get
Struct
Value
Object
Defined in:
lib/server/stats_store.cr
Constructors
.new
(return_channel : Channel(Array(Stats::Info)))
Instance Method Summary
#clone
#copy_with
(return_channel _return_channel = @return_channel)
#return_channel
: Channel(Array(Stats::Info))
Constructor Detail
def self.
new
(return_channel :
Channel
(Array(
Stats::Info
)))
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(return_channel _return_channel = @return_channel)
#
[
View source
]
def
return_channel
:
Channel
(Array(
Stats::Info
))
#