Seastar
High performance C++ framework for concurrent servers
seastar::timer< Clock > Member List

This is the complete list of members for seastar::timer< Clock >, including all inherited members.

arm(time_point until, std::optional< duration > period={}) noexceptseastar::timer< Clock >
arm(duration delta) noexceptseastar::timer< Clock >inline
arm_periodic(duration delta) noexceptseastar::timer< Clock >inline
armed() const noexceptseastar::timer< Clock >inline
cancel() noexceptseastar::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 noexceptseastar::timer< Clock >inline
rearm(time_point until, std::optional< duration > period={}) noexceptseastar::timer< Clock >inline
rearm_periodic(duration delta) noexceptseastar::timer< Clock >inline
set_callback(scheduling_group sg, noncopyable_function< void()> &&callback) noexceptseastar::timer< Clock >inline
set_callback(noncopyable_function< void()> &&callback) noexceptseastar::timer< Clock >inline
time_point typedef (defined in seastar::timer< Clock >)seastar::timer< Clock >
timer() noexceptseastar::timer< Clock >inline
timer(timer &&t) noexceptseastar::timer< Clock >inline
timer(scheduling_group sg, noncopyable_function< void()> &&callback) noexceptseastar::timer< Clock >inline
timer(noncopyable_function< void()> &&callback) noexceptseastar::timer< Clock >inlineexplicit
~timer()seastar::timer< Clock >