module Postmany

Defined in:

postmany.cr

Constant Summary

UPDATE_SECONDS = 2
VERSION = "v0.3.3"

Instance Method Summary

Instance Method Detail

def processor_count(c_in : Channel(Symbol), c_out : Channel(Int32), c_progress : Channel(String), method : String) #

[View source]
def processor_drop(c_in : Channel(String)) #

[View source]
def processor_error(c_error : Channel(String), c_output : Channel(OutputTuple)) #

[View source]
def processor_output(c_output : Channel(OutputTuple)) #

[View source]
def processor_progress(c_in : Channel(String), c_out : Channel(OutputTuple)) #

[View source]
def processor_worker(worker_id : Int, uri : URI, method : String, silent : Bool, static_headers : Hash(String, String), c_filename : Channel(String), c_count : Channel(Symbol)) #

[View source]