Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Async[A]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Returns an Async[A] value and a completer function that will complete it. If the returned completer function is called more than once, the subsequent calls have no effect and return false. The returned Async can register multiple listeners.
Returns an Async[A] value and a completer function that will complete it. If the returned completer function is called more than once, the subsequent calls have no effect and return false. The returned Async can register multiple listeners.
Attributes
Returns an Async[A] value and a completer function that will complete it. The returned completer function must be called exactly once. An exception will be thrown on subsequent calls. The returned Async must register a listener exactly once. An exception will be thrown on subsequent listeners.
Returns an Async[A] value and a completer function that will complete it. The returned completer function must be called exactly once. An exception will be thrown on subsequent calls. The returned Async must register a listener exactly once. An exception will be thrown on subsequent listeners.