Object
@!attribute [r] message
@return [Object] a message
@!attribute [r] future
@return [Edge::Future] a future which becomes resolved after message is processed
@!attribute [r] sender
@return [Reference, Thread] an actor or thread sending the message
@!attribute [r] address
@return [Reference] where this message will be delivered
@!attribute [r] message
@return [Object] a message
@!attribute [r] future
@return [Edge::Future] a future which becomes resolved after message is processed
@!attribute [r] sender
@return [Reference, Thread] an actor or thread sending the message
@!attribute [r] address
@return [Reference] where this message will be delivered
@!attribute [r] message
@return [Object] a message
@!attribute [r] future
@return [Edge::Future] a future which becomes resolved after message is processed
@!attribute [r] sender
@return [Reference, Thread] an actor or thread sending the message
@!attribute [r] address
@return [Reference] where this message will be delivered
@!attribute [r] message
@return [Object] a message
@!attribute [r] future
@return [Edge::Future] a future which becomes resolved after message is processed
@!attribute [r] sender
@return [Reference, Thread] an actor or thread sending the message
@!attribute [r] address
@return [Reference] where this message will be delivered
# File lib/concurrent/actor/envelope.rb, line 17 def initialize(message, future, sender, address) @message = message @future = Type! future, Edge::CompletableFuture, NilClass @sender = Type! sender, Reference, Thread @address = Type! address, Reference end
Generated with the Darkfish Rdoc Generator 2.