class
Movie::ParallelDispatcher
- Movie::ParallelDispatcher
- Movie::Dispatcher
- Reference
- Object
Defined in:
movie.crConstructors
-
.new
uses parallel execution context, so multiple actors can be executed in parallel in different threads
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