class

Movie::Ask::AskState(T)

Inherits Reference < Object

Shared state between the ask caller and the listener behavior. Holds the promise and an optional timer handle for cancellation.

Constructors

new(promise : Promise(T))
Source

Instance methods

cancel_timer
Source
promise
Source
timer_handle=(handle : TimerHandle)
Source