MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Wait

Method Wait

LibLemon/src/ipc/interfaceuds.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 void MessageClient::Wait(){
233 char c;
234 recv(sock.fd, &c, 0, MSG_PEEK);
235 }
236
237 void MessageServer::Send(LemonMessage* msg, int fd){
238 if(fd < 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected