com.twitter

concurrent

package concurrent

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class AsyncMutex extends AsyncSemaphore

  2. class AsyncSemaphore extends AnyRef

  3. trait Channel [+A] extends Serialized

    A Channel is a unidirectional, read-only communication object.

  4. class ChannelSource [A] extends Channel[A]

    A concrete Channel implementation that is both readable and writable.

  5. class ConcurrentBijection [A, B] extends Map[A, B]

  6. class ConcurrentMultiMap [K, V] extends AnyRef

  7. class ConcurrentPool [K, V] extends AnyRef

    The ConcurrentPool provides a concurrent object pool on top of the java.

  8. class NamedPoolThreadFactory extends ThreadFactory

    A ThreadFactory which creates non-daemon threads with a name indicating which pool they came from.

  9. trait Observer extends AnyRef

    An object representing the lifecycle of subscribing to a Channel.

  10. trait ObserverSource [A] extends Observer

  11. trait Permit extends AnyRef

  12. trait Serialized extends AnyRef

    A trait ensure ordered, non-interleaving operations.