abstract class
Movie::Dispatcher
- Movie::Dispatcher
- Reference
- Object
Direct Known Subclasses
Defined in:
movie.crConstructors
Instance Method Summary
- #dispatch(mailbox : Mailbox)
-
#execute(&block : -> Nil)
Spawns a fiber in this dispatcher's execution context to run the given block.
Constructor Detail
Instance Method Detail
def execute(&block : -> Nil)
#
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.