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 3a49f0f commit 86a9d2bCopy full SHA for 86a9d2b
include/albatross/Indexing
@@ -13,13 +13,14 @@
13
#ifndef ALBATROSS_INDEXING_H
14
#define ALBATROSS_INDEXING_H
15
16
+#include <future>
17
#include "Dataset"
18
19
#include <albatross/src/indexing/traits.hpp>
20
#include <albatross/src/indexing/subset.hpp>
21
#include <albatross/src/indexing/filter.hpp>
22
#include <albatross/src/indexing/apply.hpp>
-#include "./utils/AsyncUtils"
23
+#include <albatross/src/indexing/async_apply.hpp>
24
#include <albatross/src/indexing/group_by.hpp>
25
26
#endif
include/albatross/src/utils/async_utils.hpp renamed to include/albatross/src/indexing/async_apply.hpp
include/albatross/utils/AsyncUtils
0 commit comments