Method: Flydata::QueryBasedSync::Client#stop_request
- Defined in:
- lib/flydata/query_based_sync/client.rb
#stop_request ⇒ Object
38 39 40 41 42 43 |
# File 'lib/flydata/query_based_sync/client.rb', line 38 def stop_request @finish = true if @running_thread && @running_thread.alive? @running_thread.run end end |