class
Movie::PinnedDispatcher
- Movie::PinnedDispatcher
- Movie::Dispatcher
- Reference
- Object
Defined in:
movie.crConstructors
-
.new
Uses isolated execution context, so only one actor can be executed in by this dispatcher 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 isolated execution context, so only one actor can be executed in by this dispatcher in single thread