![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "future.h"
Public Member Functions | |
| FutureAwaiter (const QFuture< R > &future) | |
| bool | await_ready () const noexcept |
| void | await_suspend (std::coroutine_handle<> handle) noexcept |
| R | await_resume () const noexcept |
Public Attributes | |
| QFutureWatcher< R > | Watcher_ |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| QFutureWatcher<R> LC::Util::detail::FutureAwaiter< R >::Watcher_ |
Definition at line 20 of file future.h.
Referenced by FutureAwaiter(), await_ready(), await_resume(), and await_suspend().