module ConcurrencyUtil

Extended Modules

Defined in:

lib/concurrency_util.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.logger #

[View source]

Instance Method Detail

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

[View source]
def timer(time : Time::Span) #

[View source]