Class: Andromeda::Guides::SpawnTrack
- Includes:
- DispatchingTrack, Singleton
- Defined in:
- lib/andromeda/guide.rb,
lib/andromeda/guide_track.rb
Instance Method Summary collapse
Methods included from Impl::To_S
Instance Method Details
#follow(*args, &thunk) ⇒ Object
44 45 46 |
# File 'lib/andromeda/guide.rb', line 44 def follow(*args, &thunk) Thread.new { || thunk.call *args } end |