MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / send

Method send

lambda-runtime-api-client/src/body/watch.rs:48–52  ·  view source on GitHub ↗
(&mut self, value: Value)

Source from the content-addressed store, hash-verified

46
47impl Sender {
48 pub(crate) fn send(&mut self, value: Value) {
49 if self.shared.value.swap(value, Ordering::SeqCst) != value {
50 self.shared.waker.wake();
51 }
52 }
53}
54
55impl Drop for Sender {

Callers 15

poll_frameMethod · 0.80
send_trailersMethod · 0.80
dropMethod · 0.80
add_itemFunction · 0.80
send_fileMethod · 0.80
process_eventFunction · 0.80
stream_wordsFunction · 0.80
get_configurationMethod · 0.80
app_runtime_taskFunction · 0.80
stream_wordsFunction · 0.80
invokeMethod · 0.80

Calls

no outgoing calls

Tested by 1