Skip to main content

proxy_remote

Function proxy_remote 

Source
pub async fn proxy_remote<T, F>(
    remote_sub: RemoteSubscription,
    sender: UnboundedSender<T>,
    shutdown: Receiver<bool>,
    convert: F,
)
where T: Send + 'static, F: Fn(RawChangePayload) -> T,