Function start

Source
pub async fn start<T: TokenManager + Send + Sync + Clone + 'static>(
    cfg: &Proxy,
    ctx: Context<T>,
)