MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / get_scheduler

Method get_scheduler

include/stdexec/__detail/__run_loop.hpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 public:
326 STDEXEC_ATTRIBUTE(nodiscard, host, device)
327 constexpr auto get_scheduler() noexcept
328 {
329 return typename _Derived::scheduler{this};
330 }
331
332 STDEXEC_ATTRIBUTE(nodiscard, host, device)
333 constexpr auto get_env() const noexcept -> _Env const &

Callers 3

queryMethod · 0.45
__generic_implMethod · 0.45
__generic_implClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected