LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
LC::Util::detail::TimerAwaiter Struct Reference

#include "timer.h"

Public Member Functions

bool await_ready () const noexcept
 
void await_suspend (std::coroutine_handle<> handle) noexcept
 
void await_resume () const noexcept
 

Public Attributes

std::chrono::milliseconds Duration_
 
Qt::TimerType Precision_
 

Detailed Description

Definition at line 20 of file timer.h.

Member Function Documentation

◆ await_ready()

bool LC::Util::detail::TimerAwaiter::await_ready ( ) const
noexcept

Definition at line 14 of file timer.cpp.

◆ await_resume()

void LC::Util::detail::TimerAwaiter::await_resume ( ) const
noexcept

Definition at line 24 of file timer.cpp.

◆ await_suspend()

void LC::Util::detail::TimerAwaiter::await_suspend ( std::coroutine_handle<>  handle)
noexcept

Definition at line 19 of file timer.cpp.

Member Data Documentation

◆ Duration_

std::chrono::milliseconds LC::Util::detail::TimerAwaiter::Duration_

Definition at line 22 of file timer.h.

◆ Precision_

Qt::TimerType LC::Util::detail::TimerAwaiter::Precision_

Definition at line 23 of file timer.h.


The documentation for this struct was generated from the following files: