All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.serverset2.client.Watched.scala Maven / Gradle / Ivy

There is a newer version: 6.37.0
Show newest version
package com.twitter.finagle.serverset2.client

import com.twitter.util.Var

private[serverset2] case class Watched[+T](value: T, state: Var[WatchState])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy