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

Method done

crates/fiber/src/lib.rs:223–225  ·  view source on GitHub ↗

Returns whether this fiber has finished executing.

(&self)

Source from the content-addressed store, hash-verified

221
222 /// Returns whether this fiber has finished executing.
223 pub fn done(&self) -> bool {
224 self.done.get()
225 }
226
227 /// Gets the stack associated with this fiber.
228 pub fn stack(&self) -> &FiberStack {

Callers 4

lldb_register_infoMethod · 0.45
disposeMethod · 0.45
exit_frameMethod · 0.45
parentMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected