JSTime
Attributes
- Source
- JSTime.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
ticker which hold channel with expirable tick messages and iterface to stop one.
ticker which hold channel with expirable tick messages and iterface to stop one.
Attributes
- Inherited from:
- Time
- Source
- Time.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
type for using in select
paterns.
type for using in select
paterns.
Attributes
- See also
-
[gopher.Select]
- Inherited from:
- Time
- Source
- Time.scala
Value members
Concrete methods
Low level interface for scheduler
Inherited methods
return channel, then after duration
ellapses, send signal to this channel.
return channel, then after duration
ellapses, send signal to this channel.
Attributes
- Inherited from:
- Time
- Source
- Time.scala
return future which will be filled after time will ellapse.
return future which will be filled after time will ellapse.
Attributes
- Inherited from:
- Time
- Source
- Time.scala
create ticker with given duration
between ticks.
create ticker with given duration
between ticks.
Attributes
- See also
-
[gopher.Time.Ticker]
- Inherited from:
- Time
- Source
- Time.scala
Attributes
- Inherited from:
- Time
- Source
- Time.scala
synonim for await(asleep(duration))
. Should be used inside async block.
synonim for await(asleep(duration))
. Should be used inside async block.
Attributes
- Inherited from:
- Time
- Source
- Time.scala
create ticker. When somebody read this ticker, than one receive duration messages. When nobody reading - messages are expired.
create ticker. When somebody read this ticker, than one receive duration messages. When nobody reading - messages are expired.
Attributes
- Inherited from:
- Time
- Source
- Time.scala