未验证 提交 81bbcea6 编写于 作者: K Kasper Timm Hansen 提交者: GitHub

Merge pull request #34189 from orhantoy/fix-link-to-concurrent-ruby-docs

[ci skip] Fix link to Concurrent::ThreadPoolExecutor docs
......@@ -31,7 +31,7 @@ module QueueAdapters
# jobs. Since jobs share a single thread pool, long-running jobs will block
# short-lived jobs. Fine for dev/test; bad for production.
class AsyncAdapter
# See {Concurrent::ThreadPoolExecutor}[https://ruby-concurrency.github.io/concurrent-ruby/Concurrent/ThreadPoolExecutor.html] for executor options.
# See {Concurrent::ThreadPoolExecutor}[https://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ThreadPoolExecutor.html] for executor options.
def initialize(**executor_options)
@scheduler = Scheduler.new(**executor_options)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册