Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
Try<Nothing> prepare_async(int_fd fd)
128
{
129
return os::nonblock(fd);
130
}
131
132
133
Try<bool> is_async(int_fd fd)
Callers
3
TEST_F
Function · 0.50
io_tests.cpp
File · 0.50
TEST_F
Function · 0.50
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.40
TEST_F
Function · 0.40