class
Cryload::LoadGenerator::Worker
- Cryload::LoadGenerator::Worker
- Reference
- Object
Overview
Everything a worker fiber owns exclusively: its keep-alive clients, its scratch buffer for draining response bodies, its own copy of the request headers (HTTP::Request mutates them) and its own PRNG.
Defined in:
cryload/load_generator.crConstructors
Instance Method Summary
- #buffer : Bytes
- #clients : Hash(String, Cryload::PhasedClient)
- #close : Nil
- #evict(origin : String) : Nil
- #headers : HTTP::Headers
- #random : Random