Fiber

functions.fibers.Fiber
case class Fiber[A](javaFuture: Future[A])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def await(): Either[A, Throwable]
def get(): A
def get(timeout: Long, timeUnit: TimeUnit): A
def interrupt(): Unit
def isCancelled: Boolean
def isFailed: Boolean
def isReady: Boolean
def isRunning: Boolean
def isSuccess: Boolean
def state: State

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product