class CrystalTask::Server

Defined in:

crystal_task/server.cr

Class Method Summary

Class Method Detail

def self.completed : Channel(CrystalTask::Job) #

Return the completed channel


[View source]

Return the middleware


[View source]
def self.queued : Channel(CrystalTask::Job) #

Return the queued channel


[View source]
def self.run! #

[View source]
def self.work : Channel(CrystalTask::Job) #

Return the work channel


[View source]