MCPcopy Create free account
hub / github.com/3rdparty/libprocess / prepare_async

Function prepare_async

src/posix/io.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127Try<Nothing> prepare_async(int_fd fd)
128{
129 return os::nonblock(fd);
130}
131
132
133Try<bool> is_async(int_fd fd)

Callers 3

TEST_FFunction · 0.50
io_tests.cppFile · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40