MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get

Method get

cranelift/filetests/src/concurrent.rs:109–111  ·  view source on GitHub ↗

Get a job reply, blocking until one is available.

(&mut self)

Source from the content-addressed store, hash-verified

107
108 /// Get a job reply, blocking until one is available.
109 pub fn get(&mut self) -> Option<Reply> {
110 self.reply_rx.recv().ok()
111 }
112}
113
114/// Spawn a heartbeat thread which sends ticks down the reply channel every second.

Callers 10

update_atMethod · 0.45
apply_func_renameMethod · 0.45
define_functionMethod · 0.45
get_trampolineMethod · 0.45
__cranelift_throwFunction · 0.45
report_jobMethod · 0.45
drain_threadsMethod · 0.45
inlineMethod · 0.45
generate_flagsMethod · 0.45
get_variable_of_typeMethod · 0.45

Calls 1

okMethod · 0.45

Tested by 1

inlineMethod · 0.36