Method: ApplicationInsights::Channel::AsynchronousSender#work_thread
- Defined in:
- lib/application_insights/channel/asynchronous_sender.rb
#work_thread ⇒ Thread (readonly)
The worker thread which checks queue items and send data every (#send_interval) seconds or upon flush.
47 48 49 |
# File 'lib/application_insights/channel/asynchronous_sender.rb', line 47 def work_thread @work_thread end |