class Movie::PinnedDispatcher

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 isolated execution context, so only one actor can be executed in by this dispatcher in single thread


[View source]