TwitterTimedFuture

org.atnos.eff.addon.twitter.TwitterTimedFuture
See theTwitterTimedFuture companion object
final case class TwitterTimedFuture[A](callback: (FuturePool, Scheduler) => Future[A], timeout: Option[FiniteDuration])

Attributes

Companion:
object
Source:
TwitterFutureEffect.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def runNow(pool: FuturePool, scheduler: Scheduler): Future[A]

Attributes

Source:
TwitterFutureEffect.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product