Skip to content

Commit

Permalink
heavily modified run_loop test
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Apr 24, 2024
1 parent 4964016 commit 59b5170
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
#pragma once

#include <hpx/config.hpp>

#ifdef HPX_HAVE_STDEXEC
#include <hpx/execution_base/stdexec_forward.hpp>
#else

#include <hpx/assert.hpp>
#include <hpx/concepts/concepts.hpp>
#include <hpx/errors/try_catch_exception_ptr.hpp>
Expand Down Expand Up @@ -404,3 +409,4 @@ namespace hpx::execution::experimental {
set_error(HPX_MOVE(receiver), std::current_exception());
}
} // namespace hpx::execution::experimental
#endif
Loading

0 comments on commit 59b5170

Please sign in to comment.