Source

gears.async.Async.Source
See theSource companion trait
object Source

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Source.type

Members list

Value members

Concrete methods

def values[T](values: T*): Source[T]

Create a Source containing the given values, resolved once for each.

Create a Source containing the given values, resolved once for each.

Attributes

Returns

an ephemeral source of values arriving to listeners in a queue. Once all values are received, attaching a listener with onComplete will be a no-op (i.e. the listener will never be called).