pub fn can_connect_to_hive(
hive_url: &str,
hive_port: u32,
) -> FFIResult<FutureHandle>Expand description
Ok(true) if we can connect to hive.
The promise outputs a bool.
pub fn can_connect_to_hive(
hive_url: &str,
hive_port: u32,
) -> FFIResult<FutureHandle>Ok(true) if we can connect to hive.
The promise outputs a bool.