[GitHub] [arrow] westonpace commented on pull request #8240: ARROW-10038: [C++] Spawn thread pool threads lazily

2021-01-22 Thread GitBox
westonpace commented on pull request #8240: URL: https://github.com/apache/arrow/pull/8240#issuecomment-765628471 Ah, no problem. Looks good. We will have to keep this need in mind if we ever end up adopting the multi-queue approach. -

[GitHub] [arrow] westonpace commented on pull request #8240: ARROW-10038: [C++] Spawn thread pool threads lazily

2021-01-21 Thread GitBox
westonpace commented on pull request #8240: URL: https://github.com/apache/arrow/pull/8240#issuecomment-765025427 Sorry, I having trouble understanding what you are referencing. There was an RTools 3.5 failure because of a gcc bug requiring you to std::move a unique_ptr but I don't think

[GitHub] [arrow] westonpace commented on pull request #8240: ARROW-10038: [C++] Spawn thread pool threads lazily

2021-01-21 Thread GitBox
westonpace commented on pull request #8240: URL: https://github.com/apache/arrow/pull/8240#issuecomment-765025427 Sorry, I having trouble understanding what you are referencing. There was an RTools 3.5 failure because of a gcc bug requiring you to std::move a unique_ptr but I don't think