MCPcopy Create free account
hub / github.com/crownengine/crown / write_nonblock

Method write_nonblock

src/core/network/socket.cpp:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349WriteResult TCPSocket::write_nonblock(const void *data, u32 size)
350{
351 socket_internal::set_blocking(_priv->socket, false);
352 return socket_internal::write(_priv->socket, data, size);
353}
354
355bool operator==(const TCPSocket &aa, const TCPSocket &bb)
356{

Callers

nothing calls this directly

Calls 2

set_blockingFunction · 0.85
writeFunction · 0.70

Tested by

no test coverage detected