Method: EaseEngine::Application#add_socket_timer
- Defined in:
- lib/ease_engine/application.rb
#add_socket_timer(socket_id, timeout_usec, arg, callback) ⇒ Object
261 262 263 |
# File 'lib/ease_engine/application.rb', line 261 def add_socket_timer( socket_id, timeout_usec, arg, callback ) @socket_timer.add( socket_id, timeout_usec, arg, callback ) end |