net.sf.asyncobjects.asyncscala

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait ASemaphore extends Asynchronous

    A classical semaphore that allows acquiring, reducing, and releasing permits.

  2. class BreakableRequests extends AnyRef

    The tracker for breakable requests.

  3. class ChainedCloseable [C <: ACloseable] extends ACloseable

    A closeable that is wrapped over other other closeable and provides additional services.

  4. trait CloseableBase extends ACloseable

    The IO object that could be closed.

  5. class Semaphore extends ASemaphore

    Implementation of semaphore service

Value Members

  1. object Logging extends AnyRef

    Logging utilities

  2. object ResourceUtil extends AnyRef

    Utilities that help handling resources

  3. object Semaphore extends AnyRef