Method: Datadog::Core::Buffer::ThreadSafe#concat
- Defined in:
- lib/datadog/core/buffer/thread_safe.rb
#concat(items) ⇒ Object
29 30 31 |
# File 'lib/datadog/core/buffer/thread_safe.rb', line 29 def concat(items) synchronize { super } end |