We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a96830 commit cea94b4Copy full SHA for cea94b4
cpp/src/arrow/util/thread-pool.h
@@ -44,7 +44,7 @@ namespace internal {
44
45
namespace detail {
46
47
-// Needed before std::packaged_task is not copyable and hence not convertible
+// Needed because std::packaged_task is not copyable and hence not convertible
48
// to std::function.
49
template <typename R, typename... Args>
50
struct packaged_task_wrapper {
0 commit comments