Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
Try<bool> is_async(int_fd fd)
48
{
49
return internal::is_async(fd);
50
}
51
52
53
Future<size_t> read(int_fd fd, void* data, size_t size)
Callers
2
read
Function · 0.70
write
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected