io.relayr.amqp

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. trait CancellableFuture[T] extends AnyRef

    Wraps a future, adding a method to cancel it

    Wraps a future, adding a method to cancel it

    T

    return type of Future

  2. class ScheduledExecutor extends AnyRef

    A thread pool backed executor for tasks scheduled in the future

    A thread pool backed executor for tasks scheduled in the future

    Annotations
    @throws( "if { @code corePoolSize < 0}" ) @throws( ... )

Value Members

  1. object CancellableFuture

  2. object FutureTimeout

  3. object ScheduledExecutor

Ungrouped