abstract class
Movie::Ask::LocalResponseRefBase
- Movie::Ask::LocalResponseRefBase
- Movie::ActorRefBase
- Reference
- Object
Overview
A one-shot, unregistered response endpoint for local asks.
Unlike the legacy listener behavior, this ref does not own a mailbox or consume an actor-system ID. Promise completion is the synchronization point: only the first reply, timeout, or termination signal wins.
Direct Known Subclasses
Defined in:
movie/ask.crInstance Method Summary
- #receive_cancelled : Nil
- #receive_failure(error : Exception) : Nil
- #receive_serializable(value : JSON::Serializable) : Nil