Seastar
High performance C++ framework for concurrent servers
|
This is the complete list of members for seastar::timer< Clock >, including all inherited members.
arm(time_point until, std::optional< duration > period={}) noexcept | seastar::timer< Clock > | |
arm(duration delta) noexcept | seastar::timer< Clock > | inline |
arm_periodic(duration delta) noexcept | seastar::timer< Clock > | inline |
armed() const noexcept | seastar::timer< Clock > | inline |
cancel() noexcept | seastar::timer< Clock > | |
clock typedef (defined in seastar::timer< Clock >) | seastar::timer< Clock > | |
duration typedef (defined in seastar::timer< Clock >) | seastar::timer< Clock > | |
get_timeout() const noexcept | seastar::timer< Clock > | inline |
rearm(time_point until, std::optional< duration > period={}) noexcept | seastar::timer< Clock > | inline |
rearm_periodic(duration delta) noexcept | seastar::timer< Clock > | inline |
set_callback(scheduling_group sg, noncopyable_function< void()> &&callback) noexcept | seastar::timer< Clock > | inline |
set_callback(noncopyable_function< void()> &&callback) noexcept | seastar::timer< Clock > | inline |
set_t typedef (defined in seastar::timer< Clock >) | seastar::timer< Clock > | |
time_point typedef (defined in seastar::timer< Clock >) | seastar::timer< Clock > | |
timer() noexcept | seastar::timer< Clock > | inline |
timer(timer &&t) noexcept | seastar::timer< Clock > | inline |
timer(scheduling_group sg, noncopyable_function< void()> &&callback) noexcept | seastar::timer< Clock > | inline |
timer(noncopyable_function< void()> &&callback) noexcept | seastar::timer< Clock > | inlineexplicit |
~timer() | seastar::timer< Clock > |