Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ task
Function
task
include/stdexec/__detail/__task.hpp:555–557 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
553
};
554
555
constexpr explicit task(__std::coroutine_handle<promise_type> __coro) noexcept
556
: __coro_(std::move(__coro))
557
{}
558
559
__std::coroutine_handle<promise_type> __coro_;
560
};
Callers
2
get_return_object
Function · 0.70
test_task.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected