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

com.twitter.finagle.util.OnReady.scala Maven / Gradle / Ivy

package com.twitter.finagle.util

import com.twitter.util.Future

/**
 * A base type for something that signals its readiness asynchronously.
 */
trait OnReady {
  def onReady: Future[Unit]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy