module UrlChecker

Overview

extend Logging

Included Modules

Extended Modules

Defined in:

url-checker.cr

Constant Summary

CONFIG = Config.load
Log = ::Log.for(self)

I can use macro if statements to change this initialization if the @type == Program, to not wrap my main file in a module, if that's something I want

PERIOD = CONFIG.period
WORKERS = CONFIG.workers

Instance Method Summary

Instance methods inherited from module ConcurrencyUtil

every(period : Time::Span, interrupt : Channel(Nil), &block : -> Enumerable(T)) forall T every, timer(period : Time::Span) timer

Instance Method Detail

def run #

[View source]