MCPcopy Create free account
hub / github.com/apache/datafusion / join_unwind

Method join_unwind

datafusion/common-runtime/src/common.rs:71–73  ·  view source on GitHub ↗

Joins the task and unwinds the panic if it happens.

(mut self)

Source from the content-addressed store, hash-verified

69
70 /// Joins the task and unwinds the panic if it happens.
71 pub async fn join_unwind(mut self) -> Result<R, JoinError> {
72 self.join_unwind_mut().await
73 }
74
75 /// Joins the task using a mutable reference and unwinds the panic if it happens.
76 ///

Calls 1

join_unwind_mutMethod · 0.80

Tested by

no test coverage detected