pub async fn make_future_send<F, T>(f: F) -> Result<T, DataFusionError>
Expand description
This is a no-op on non-Wasm target, because the tonic
future are already Send
. See wasm
version for information.
pub async fn make_future_send<F, T>(f: F) -> Result<T, DataFusionError>
This is a no-op on non-Wasm target, because the tonic
future are already Send
. See wasm
version for information.