![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
#include "process.h"
Public Member Functions | |
bool | await_ready () const noexcept |
void | await_suspend (std::coroutine_handle<> handle) noexcept |
void | await_resume () const noexcept |
Public Attributes | |
QProcess & | Process_ |
RaiiSignalConnection | FinishedConn_ {} |
RaiiSignalConnection | ErrorConn_ {} |
|
noexcept |
Definition at line 14 of file process.cpp.
References Process_.
Referenced by await_suspend().
|
noexcept |
Definition at line 36 of file process.cpp.
|
noexcept |
Definition at line 19 of file process.cpp.
References await_ready(), ErrorConn_, FinishedConn_, and Process_.
RaiiSignalConnection LC::Util::detail::ProcessAwaiter::ErrorConn_ {} |
Definition at line 25 of file process.h.
Referenced by await_suspend().
RaiiSignalConnection LC::Util::detail::ProcessAwaiter::FinishedConn_ {} |
Definition at line 24 of file process.h.
Referenced by await_suspend().
QProcess& LC::Util::detail::ProcessAwaiter::Process_ |
Definition at line 22 of file process.h.
Referenced by await_ready(), and await_suspend().