class Fiber
- Fiber
- Reference
- Object
Overview
https://crystal-lang.org/api/latest/Fiber.html
Defined in:
lib/avram/src/avram/charms/fiber.crcharms/fiber.cr
Instance Method Summary
-
#breeze_request : Breeze::BreezeRequest | Nil
This is stored in the Fiber so other stuff can access it.
-
#breeze_request=(breeze_request : Breeze::BreezeRequest | Nil)
This is stored in the Fiber so other stuff can access it.
Instance Method Detail
def breeze_request : Breeze::BreezeRequest | Nil
#
This is stored in the Fiber so other stuff can access it. For example, we can associate queries and pipes with the request
def breeze_request=(breeze_request : Breeze::BreezeRequest | Nil)
#
This is stored in the Fiber so other stuff can access it. For example, we can associate queries and pipes with the request