Method: Quark::MdkRuntime::Actors::MessageDispatcher#initialize

Defined in:
lib/mdk_runtime/actors.rb

#initialize(callLater) ⇒ MessageDispatcher

Returns a new instance of MessageDispatcher.



505
506
507
508
509
510
511
# File 'lib/mdk_runtime/actors.rb', line 505

def initialize(callLater)
    
    self.__init_fields__
    (self).callLater = callLater

    nil
end