Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
namespace io {
40
41
Try<Nothing> prepare_async(int_fd fd)
42
{
43
return internal::prepare_async(fd);
44
}
45
46
47
Try<bool> is_async(int_fd fd)
Callers
6
read
Function · 0.70
write
Function · 0.70
redirect
Function · 0.70
create
Method · 0.70
_read
Method · 0.50
run
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected