LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::detail::NRAwaiter Struct Reference

#include "networkreply.h"

Public Member Functions

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

Public Attributes

QNetworkReply & Reply_
 

Detailed Description

Definition at line 22 of file networkreply.h.

Member Function Documentation

◆ await_ready()

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

Definition at line 15 of file networkreply.cpp.

References Reply_.

◆ await_resume()

NetworkResult LC::Util::detail::NRAwaiter::await_resume ( ) const
noexcept

Definition at line 39 of file networkreply.cpp.

References Reply_.

◆ await_suspend()

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

Definition at line 20 of file networkreply.cpp.

References Reply_.

Member Data Documentation

◆ Reply_

QNetworkReply& LC::Util::detail::NRAwaiter::Reply_

Definition at line 24 of file networkreply.h.

Referenced by await_ready(), await_resume(), and await_suspend().


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