Method: Motion::Channel#process_periodic_timer
- Defined in:
- lib/motion/channel.rb
#process_periodic_timer(timer) ⇒ Object
60 61 62 63 |
# File 'lib/motion/channel.rb', line 60 def process_periodic_timer(timer) component_connection.process_periodic_timer(timer) synchronize end |