module Postmany
Defined in:
postmany.crConstant Summary
-
UPDATE_SECONDS =
2
-
VERSION =
"v0.3.3"
Instance Method Summary
- #processor_count(c_in : Channel(Symbol), c_out : Channel(Int32), c_progress : Channel(String), method : String)
- #processor_drop(c_in : Channel(String))
- #processor_error(c_error : Channel(String), c_output : Channel(OutputTuple))
- #processor_output(c_output : Channel(OutputTuple))
- #processor_progress(c_in : Channel(String), c_out : Channel(OutputTuple))
- #processor_worker(worker_id : Int, uri : URI, method : String, silent : Bool, static_headers : Hash(String, String), c_filename : Channel(String), c_count : Channel(Symbol))
Instance Method Detail
def processor_count(c_in : Channel(Symbol), c_out : Channel(Int32), c_progress : Channel(String), method : String)
#
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))
#