| 952 | } |
| 953 | TaskPriority getCurrentTask() const override { return currentTaskID; } |
| 954 | void setCurrentTask(TaskPriority taskID) override { currentTaskID = taskID; } |
| 955 | // Sets the taskID/priority of the current task, without yielding |
| 956 | Future<Reference<IConnection>> connect(NetworkAddress toAddr, |
| 957 | boost::asio::ip::tcp::socket* existingSocket = nullptr) override { |
no outgoing calls
no test coverage detected