Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ send
Function
send
src/windows/libwinio.cpp:546–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
545
546
Future<size_t> send(const int_fd& fd, const void* buf, size_t size)
547
{
548
return write_internal(fd, buf, size, IOType::SEND);
549
}
550
551
552
Future<Nothing> accept(const int_fd& fd, const int_fd& accepted_socket)
Callers
7
send
Method · 0.50
_run
Method · 0.50
pong
Method · 0.50
ping
Method · 0.50
consume
Method · 0.50
consume
Method · 0.50
ping_linkee
Method · 0.50
Calls
1
write_internal
Function · 0.85
Tested by
6
_run
Method · 0.40
pong
Method · 0.40
ping
Method · 0.40
consume
Method · 0.40
consume
Method · 0.40
ping_linkee
Method · 0.40