Home
last modified time | relevance | path

Searched defs:func_task (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/
H A Dpend_func_task_test.cc39 PendFuncTask func_task([&](Context& cx) -> Poll<> { in TEST() local
66 PendFuncTask func_task(std::move(callable)); in TEST() local
72 PendFuncTask<> func_task([](Context&) -> Poll<> { return Ready(); }); in TEST() local