Method: Cinch::Timer#threaded
- Defined in:
- lib/cinch/timer.rb
#threaded ⇒ Boolean Also known as: threaded?
Returns If true, each invocation will be executed in a thread of its own.
32 33 34 |
# File 'lib/cinch/timer.rb', line 32 def threaded @threaded end |