Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ async_wait
Method
async_wait
include/exec/start_now.hpp:208–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
[[nodiscard]]
209
constexpr auto async_wait() const noexcept -> __sender_t
210
{
211
return __sender_t{this};
212
}
213
};
214
215
struct start_now_t
Callers
5
test_start_now.cpp
File · 0.80
test_asio_thread_pool.cpp
File · 0.80
test_use_sender.cpp
File · 0.80
test_awaitable_in_stdexec_task
Function · 0.80
test_completion_token.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
test_awaitable_in_stdexec_task
Function · 0.64