MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / timeout

Method timeout

net/rsocket/rsocket.cpp:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 explicit RSocketStream(RSockFD&& fd) : rfd(std::move(fd)) {}
262
263 uint64_t timeout() const override { return m_timeout; }
264 void timeout(uint64_t tm) override { m_timeout = tm; }
265 Object* get_underlay_object(uint64_t) override {
266 return rfd.get_underlay_object(0);

Callers 6

do_pollMethod · 0.45
do_io_actionMethod · 0.45
do_io_fully_actionMethod · 0.45
acceptMethod · 0.45
connectMethod · 0.45
accept_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected