scala.concurrent.duration.`package`.fromNow
This object can be used as closing token for declaring a deadline at some future point in time:
import scala.concurrent.duration._
val deadline = 3 seconds fromNow
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-