MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / return_message

Method return_message

kernel/src/process.rs:208–210  ·  view source on GitHub ↗

Return a message to the thread

(&self, message: Message)

Source from the content-addressed store, hash-verified

206
207 /// Return a message to the thread
208 pub fn return_message(&self, message: Message) {
209 self.return_error_message(0, message)
210 }
211
212 /// Get a clone of a rendezvous handle if it exists
213 pub fn rendezvous(&self, id: u64)

Callers 3

sendMethod · 0.80
receiveMethod · 0.80
send_receiveMethod · 0.80

Calls 1

return_error_messageMethod · 0.80

Tested by

no test coverage detected