gopher.Time$
See theTime companion class
object Time
Attributes
- Companion:
- class
- Source:
- Time.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Time.type
Members list
Concise view
Type members
Classlikes
trait Scheduled
Task, which can be cancelled.
Task, which can be cancelled.
Attributes
- Source:
- Time.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class JVMScheduled
Types
Used in selector shugar for specyfying tineout.
Used in selector shugar for specyfying tineout.
select{
......
case t: Time.after if t > expr => doSomething
}
is a sugar for to selectGroup.{..}.setTimeout(expr, t=>doSomething)
Attributes
- See also:
Select
- Source:
- Time.scala
Value members
Concrete methods
return channl on which event will be delivered after duration
Attributes
- Source:
- Time.scala
Attributes
- Source:
- Time.scala