WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpinet/WorkerThread.h>
Public Types | |
using | AfterWorkFunction = std::function< void(R)> |
Public Member Functions | |
~WorkerThreadAsync () | |
void | SetLoop (uv::Loop &loop) |
void | UnsetLoop () |
Public Attributes | |
std::weak_ptr< uv::Async< AfterWorkFunction, R > > | m_async |
using wpi::detail::WorkerThreadAsync< R >::AfterWorkFunction = std::function<void(R)> |
|
inline |
|
inline |
|
inline |
std::weak_ptr<uv::Async<AfterWorkFunction, R> > wpi::detail::WorkerThreadAsync< R >::m_async |