MCPcopy Create free account
hub / github.com/apache/mesos / is_async

Function is_async

3rdparty/libprocess/src/io.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47Try<bool> is_async(int_fd fd)
48{
49 return internal::is_async(fd);
50}
51
52
53Future<size_t> read(int_fd fd, void* data, size_t size)

Callers 2

readFunction · 0.70
writeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected