class Movie::DeferredBehavior(T)

Defined in:

movie/behavior.cr

Constructors

Instance Method Summary

Instance methods inherited from class Movie::AbstractBehavior(T)

on_signal(signal : SystemMessage) on_signal, receive(message : T, context : ActorContext(T)) receive

Constructor Detail

def self.new(factory : ActorContext(T) -> AbstractBehavior(T)) #

[View source]

Instance Method Detail

def defer(context : ActorContext(T)) : AbstractBehavior(T) forall T #

[View source]
def receive(message : T, context : ActorContext(T)) : AbstractBehavior(T) #

[View source]