Packages

p

cask

util

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BatchActor[T] extends AnyRef

    A simple asynchrous actor, allowing safe concurrent asynchronous processing of queued items.

    A simple asynchrous actor, allowing safe concurrent asynchronous processing of queued items. run handles items in batches, to allow for batch processing optimizations to be used where relevant.

  2. trait Logger extends AnyRef

Value Members

  1. object Logger

Ungrouped