Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::timer Member List

This is the complete list of members for asyncpp::timer, including all inherited members.

current(dispatcher *disp)asyncpp::dispatcherinlineprotectedstatic
current() noexceptasyncpp::dispatcherinlinestatic
get_default()asyncpp::timerinlinestatic
operator=(const timer &)=delete (defined in asyncpp::timer)asyncpp::timer
push(std::function< void()> cbfn) overrideasyncpp::timerinlinevirtual
schedule(std::function< void(bool)> cbfn, std::chrono::steady_clock::time_point timeout)asyncpp::timerinline
schedule(std::function< void(bool)> cbfn, std::chrono::nanoseconds timeout)asyncpp::timerinline
schedule(std::function< void(bool)> cbfn, std::chrono::time_point< Clock, Duration > timeout)asyncpp::timerinline
schedule(std::function< void(bool)> cbfn, std::chrono::steady_clock::time_point timeout, asyncpp::stop_token stoken)asyncpp::timerinline
schedule(std::function< void(bool)> cbfn, std::chrono::nanoseconds timeout, asyncpp::stop_token stoken)asyncpp::timerinline
schedule(std::function< void(bool)> cbfn, std::chrono::time_point< Clock, Duration > timeout, asyncpp::stop_token stoken)asyncpp::timerinline
timer()asyncpp::timerinline
timer(const timer &)=delete (defined in asyncpp::timer)asyncpp::timer
wait(std::chrono::steady_clock::time_point timeout) noexceptasyncpp::timerinline
wait(std::chrono::duration< Rep, Period > timeout) noexceptasyncpp::timerinline
wait(std::chrono::time_point< Clock, Duration > timeout)asyncpp::timerinline
wait(std::chrono::steady_clock::time_point timeout, asyncpp::stop_token stoken) noexceptasyncpp::timerinline
wait(std::chrono::duration< Rep, Period > timeout, asyncpp::stop_token stoken) noexceptasyncpp::timerinline
wait(std::chrono::time_point< Clock, Duration > timeout, asyncpp::stop_token stoken)asyncpp::timerinline
~dispatcher()=default (defined in asyncpp::dispatcher)asyncpp::dispatcherprotected
~timer() (defined in asyncpp::timer)asyncpp::timerinline