Method: Nadir::Transport::HTTPAsync.thread_pool
- Defined in:
- lib/nadir/transport/http_async.rb
.thread_pool ⇒ Object
15 16 17 |
# File 'lib/nadir/transport/http_async.rb', line 15 def thread_pool @thread_pool ||= Concurrent::ThreadPoolExecutor.new(max_threads: 5) end |