pub async fn connect_static_with_behavior<R, P>(
    ctx: &mut Context,
    recv: R,
    hooks: P
) -> Result<Address> where
    R: Into<Route>,
    P: Into<PipeBehavior>, 
Expand description

Connect to the receiving end of a pipe with custom behavior

Returns the PipeSender’s public address.