class Sample::MyWorker

Included Modules

Extended Modules

Defined in:

workers/my_worker.cr

Constant Summary

ARGS_TUPLE = Tuple(String, Int64)

We define a tuple with types from each of the arguments. For example, if the args are name : String, age : Int32 we generate tuple = Tuple(String, Int32).

Instance Method Summary

Instance Method Detail

def _perform(data : String) #

[View source]
def perform(name : String, count : Int64) #

[View source]