Class: Concurrent::Actor::Utils::AdHoc
- Inherits:
 - 
      Context
      
        
- Object
 - AbstractContext
 - Context
 - Concurrent::Actor::Utils::AdHoc
 
 
- Includes:
 - AsAdHoc
 
- Defined in:
 - lib/concurrent-ruby-edge/concurrent/actor/utils/ad_hoc.rb
 
Overview
Allows quick creation of actors with behaviour defined by blocks.
Instance Method Summary collapse
- #initialize(*args, &initializer) ⇒ undocumented included from AsAdHoc
 - #on_message(message) ⇒ undocumented included from AsAdHoc