|
| static ::testing::TestInfo *const | test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "ForkJoinTest", "continues_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<ForkJoinTest>()), ::testing::internal::SuiteApiResolver< ForkJoinTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ForkJoinTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< ForkJoinTest_continues_on_Test >) |
- Test
- Use
experimental::execution::fork_join after a stdexec::continues_on.
Inspired by https://github.com/NVIDIA/stdexec/issues/1823.
Definition at line 91 of file test_fork_join.cpp.
◆ ForkJoinTest_continues_on_Test() [1/3]
| Tests::ExecutionSpaceImpl::ForkJoinTest_continues_on_Test::ForkJoinTest_continues_on_Test |
( |
| ) |
|
|
default |
◆ ~ForkJoinTest_continues_on_Test()
| Tests::ExecutionSpaceImpl::ForkJoinTest_continues_on_Test::~ForkJoinTest_continues_on_Test |
( |
| ) |
|
|
overridedefault |
◆ ForkJoinTest_continues_on_Test() [2/3]
| Tests::ExecutionSpaceImpl::ForkJoinTest_continues_on_Test::ForkJoinTest_continues_on_Test |
( |
const ForkJoinTest_continues_on_Test & | | ) |
|
|
delete |
◆ ForkJoinTest_continues_on_Test() [3/3]
| Tests::ExecutionSpaceImpl::ForkJoinTest_continues_on_Test::ForkJoinTest_continues_on_Test |
( |
ForkJoinTest_continues_on_Test && | | ) |
|
|
deletenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ TestBody()
| void Tests::ExecutionSpaceImpl::ForkJoinTest_continues_on_Test::TestBody |
( |
| ) |
|
|
overrideprivate |
◆ test_info_
| testing::TestInfo *const Tests::ExecutionSpaceImpl::ForkJoinTest_continues_on_Test::test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "ForkJoinTest", "continues_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<ForkJoinTest>()), ::testing::internal::SuiteApiResolver< ForkJoinTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ForkJoinTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< ForkJoinTest_continues_on_Test >) |
|
staticprivate |
The documentation for this class was generated from the following file: