Class: Andromeda::Guides::SpawnTrack

Inherits:
Track show all
Includes:
DispatchingTrack, Singleton
Defined in:
lib/andromeda/guide.rb,
lib/andromeda/guide_track.rb

Instance Method Summary collapse

Methods included from Impl::To_S

short_s, #to_s, #to_short_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