class
Movie::ConcurrentDispatcher
- Movie::ConcurrentDispatcher
- Movie::Dispatcher
- Reference
- Object
Defined in:
movie.crConstructors
-
.new
uses concurrent execution context, so multiple actors can be executed concurrently in single thread
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 concurrent execution context, so multiple actors can be executed concurrently in single thread