MCPcopy Create free account
hub / github.com/ByConity/ByConity / poll

Method poll

src/Client/Connection.cpp:958–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957
958bool Connection::poll(size_t timeout_microseconds)
959{
960 return static_cast<ReadBufferFromPocoSocket &>(*in).poll(timeout_microseconds);
961}
962
963
964bool Connection::hasReadPendingData() const

Callers 7

mainFunction · 0.45
receiveResultMethod · 0.45
receiveThreadMethod · 0.45
tryReceivePacketMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
_check_timeoutMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36