![]() |
WPILibC++ 2025.3.2
|
#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 |