pub fn create(
config: &PingFoxConfig,
) -> Result<(PingSender, PingReceiver), Box<dyn Error + Send + Sync + 'static>>Expand description
Principal function in ping-fox. It creates a PingSender and a PingReceiver.
pub fn create(
config: &PingFoxConfig,
) -> Result<(PingSender, PingReceiver), Box<dyn Error + Send + Sync + 'static>>Principal function in ping-fox. It creates a PingSender and a PingReceiver.