![]() |
WPILibC++ 2025.3.1
|
#include <wpinet/WorkerThread.h>
Public Types | |
using | AfterWorkFunction = std::function<void()> |
Public Member Functions | |
~WorkerThreadAsync () | |
void | SetLoop (uv::Loop &loop) |
void | RemoveLoop () |
Public Attributes | |
std::weak_ptr< uv::Async< AfterWorkFunction > > | m_async |
using wpi::detail::WorkerThreadAsync< void >::AfterWorkFunction = std::function<void()> |
|
inline |
|
inline |
|
inline |
std::weak_ptr<uv::Async<AfterWorkFunction> > wpi::detail::WorkerThreadAsync< void >::m_async |