pub fn new_mux<E, ReqB, Res>() -> Mux<E, (), ReqB, Res>where E: From<MuxError> + 'static, ReqB: Send + 'static,