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

Function prepare_async

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

Source from the content-addressed store, hash-verified

39namespace io {
40
41Try<Nothing> prepare_async(int_fd fd)
42{
43 return internal::prepare_async(fd);
44}
45
46
47Try<bool> is_async(int_fd fd)

Callers 6

readFunction · 0.70
writeFunction · 0.70
redirectFunction · 0.70
createMethod · 0.70
_readMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected