MCPcopy Create free account
hub / github.com/acl-dev/acl / write_wait

Method write_wait

lib_acl_cpp/src/stream/ostream.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool ostream::write_wait(int timeo) const
75{
76 return acl_write_wait_ms(ACL_VSTREAM_SOCK(stream_), timeo) == 0;
77}
78
79int ostream::writev(const struct iovec *v, int count, bool loop /* = true */)
80{

Callers

nothing calls this directly

Calls 1

acl_write_wait_msFunction · 0.85

Tested by

no test coverage detected