object ScalaConcurrentFutureSystem extends FutureSystem
- Alphabetic
- By Inheritance
- ScalaConcurrentFutureSystem
- FutureSystem
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait Ops extends AnyRef
- Definition Classes
- FutureSystem
- type ExecContext = ExecutionContext
An execution context, required to create or register an on completion callback on a Future.
An execution context, required to create or register an on completion callback on a Future.
- Definition Classes
- ScalaConcurrentFutureSystem → FutureSystem
- type Fut[A] = Future[A]
A (potentially in-progress) computation
A (potentially in-progress) computation
- Definition Classes
- ScalaConcurrentFutureSystem → FutureSystem
- type Prom[A] = Promise[A]
A container to receive the final value of the computation
A container to receive the final value of the computation
- Definition Classes
- ScalaConcurrentFutureSystem → FutureSystem
- type Tryy[A] = Try[A]
Any data type isomorphic to scala.util.Try.
Any data type isomorphic to scala.util.Try.
- Definition Classes
- ScalaConcurrentFutureSystem → FutureSystem
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def emitTryCatch: Boolean
- Definition Classes
- FutureSystem
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkOps(c0: Context): Ops { val c: c0.type }
- Definition Classes
- ScalaConcurrentFutureSystem → FutureSystem
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def freshenAllNames: Boolean
- Definition Classes
- FutureSystem
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.7) No longer honoured by the macro, all generated names now contain $async to avoid accidental clashes with lambda lifted names
- def resultFieldName: String
- Definition Classes
- FutureSystem
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.7) No longer honoured by the macro, all generated names now contain $async to avoid accidental clashes with lambda lifted names