pub async fn receiver_with_behavior<A, P>(
    ctx: &mut Context,
    addr: A,
    b: P
) -> Result<()> where
    A: Into<Address>,
    P: Into<PipeBehavior>, 
Expand description

Create a new receiver with an explicit behavior manager