Async++ unknown
Async (co_await/co_return) code for C++
|
This is the complete list of members for asyncpp::timer, including all inherited members.
current(dispatcher *disp) | asyncpp::dispatcher | inlineprotectedstatic |
current() noexcept | asyncpp::dispatcher | inlinestatic |
get_default() | asyncpp::timer | inlinestatic |
operator=(const timer &)=delete (defined in asyncpp::timer) | asyncpp::timer | |
push(std::function< void()> cbfn) override | asyncpp::timer | inlinevirtual |
schedule(std::function< void(bool)> cbfn, std::chrono::steady_clock::time_point timeout) | asyncpp::timer | inline |
schedule(std::function< void(bool)> cbfn, std::chrono::nanoseconds timeout) | asyncpp::timer | inline |
schedule(std::function< void(bool)> cbfn, std::chrono::time_point< Clock, Duration > timeout) | asyncpp::timer | inline |
schedule(std::function< void(bool)> cbfn, std::chrono::steady_clock::time_point timeout, asyncpp::stop_token stoken) | asyncpp::timer | inline |
schedule(std::function< void(bool)> cbfn, std::chrono::nanoseconds timeout, asyncpp::stop_token stoken) | asyncpp::timer | inline |
schedule(std::function< void(bool)> cbfn, std::chrono::time_point< Clock, Duration > timeout, asyncpp::stop_token stoken) | asyncpp::timer | inline |
timer() | asyncpp::timer | inline |
timer(const timer &)=delete (defined in asyncpp::timer) | asyncpp::timer | |
wait(std::chrono::steady_clock::time_point timeout) noexcept | asyncpp::timer | inline |
wait(std::chrono::duration< Rep, Period > timeout) noexcept | asyncpp::timer | inline |
wait(std::chrono::time_point< Clock, Duration > timeout) | asyncpp::timer | inline |
wait(std::chrono::steady_clock::time_point timeout, asyncpp::stop_token stoken) noexcept | asyncpp::timer | inline |
wait(std::chrono::duration< Rep, Period > timeout, asyncpp::stop_token stoken) noexcept | asyncpp::timer | inline |
wait(std::chrono::time_point< Clock, Duration > timeout, asyncpp::stop_token stoken) | asyncpp::timer | inline |
~dispatcher()=default (defined in asyncpp::dispatcher) | asyncpp::dispatcher | protected |
~timer() (defined in asyncpp::timer) | asyncpp::timer | inline |