![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <functional>#include <memory>#include <utility>#include <uv.h>#include "wpi/net/uv/Request.hpp"#include "wpi/util/Signal.h"Go to the source code of this file.
Classes | |
| class | wpi::net::uv::WorkReq |
| Work request. More... | |
Namespaces | |
| namespace | wpi |
| namespace | wpi::net |
| namespace | wpi::net::uv |
Functions | |
| void | wpi::net::uv::QueueWork (Loop &loop, const std::shared_ptr< WorkReq > &req) |
| Initializes a work request which will run on the thread pool. | |
| void | wpi::net::uv::QueueWork (const std::shared_ptr< Loop > &loop, const std::shared_ptr< WorkReq > &req) |
| Initializes a work request which will run on the thread pool. | |
| void | wpi::net::uv::QueueWork (Loop &loop, std::function< void()> work, std::function< void()> afterWork) |
| Initializes a work request which will run on the thread pool. | |
| void | wpi::net::uv::QueueWork (const std::shared_ptr< Loop > &loop, std::function< void()> work, std::function< void()> afterWork) |
| Initializes a work request which will run on the thread pool. | |