MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / setNonBlocking

Method setNonBlocking

libminifi/src/io/ClientSocket.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void Socket::setNonBlocking() {
245 if (listeners_ <= 0) {
246 nonBlocking_ = true;
247 }
248}
249
250int8_t Socket::createConnection(const addrinfo* const destination_addresses) {
251 for (const auto *current_addr = destination_addresses; current_addr; current_addr = current_addr->ai_next) {

Callers 1

onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected