MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mt_send

Function mt_send

adapter/micro_thread/mt_api.cpp:623–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout)
624{
625 return MtFrame::send(fd, buf, nbyte, flags, timeout);
626}
627
628void mt_sleep(int ms)
629{

Callers 1

echoFunction · 0.85

Calls 1

sendFunction · 0.70

Tested by

no test coverage detected