![]() |
WPILibC++ 2025.3.2
|
#include <functional>#include <memory>#include <tuple>#include <utility>#include <vector>#include <wpi/SafeThread.h>#include <wpi/future.h>#include "wpinet/uv/Async.h"Go to the source code of this file.
Classes | |
| struct | wpi::detail::WorkerThreadAsync< R > |
| struct | wpi::detail::WorkerThreadAsync< void > |
| struct | wpi::detail::WorkerThreadRequest< R, T > |
| class | wpi::detail::WorkerThreadThread< R, T > |
| class | wpi::WorkerThread< R(T...)> |
Namespaces | |
| namespace | wpi |
| Foonathan namespace. | |
| namespace | wpi::detail |
These are wrappers over isa* function that allow them to be used in generic algorithms such as wpi:all_of, wpi::none_of, etc. | |
Functions | |
| template<typename R , typename... T> | |
| void | wpi::detail::RunWorkerThreadRequest (WorkerThreadThread< R, T... > &thr, WorkerThreadRequest< R, T... > &req) |
| template<typename... T> | |
| void | wpi::detail::RunWorkerThreadRequest (WorkerThreadThread< void, T... > &thr, WorkerThreadRequest< void, T... > &req) |