#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.
|
| 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.
|