class

Movie::Dispatcher

Inherits Reference < Object

Constructors

new(execution_context : Fiber::ExecutionContext)
Source

Instance methods

dispatch(mailbox : Mailbox)
Source
execute

Spawns a fiber in this dispatcher's execution context to run the given block. Used by the Scheduler for timer callbacks and other deferred execution.

Source