class Fiber

Overview

https://crystal-lang.org/api/latest/Fiber.html

Defined in:

lib/avram/src/avram/charms/fiber.cr
charms/fiber.cr

Instance Method Summary

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


[View source]
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


[View source]