class Movie::ParallelDispatcher

Defined in:

movie.cr

Constructors

Instance methods inherited from class Movie::Dispatcher

dispatch(mailbox : Mailbox) dispatch, execute(&block : -> Nil) execute

Constructor methods inherited from class Movie::Dispatcher

new(execution_context : Fiber::ExecutionContext) new

Constructor Detail

def self.new #

uses parallel execution context, so multiple actors can be executed in parallel in different threads


[View source]