ox.cads

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class Backoff extends AnyRef

    A class implementing exponential backoff.

  2. class CombiningTree extends AnyRef

    A counter based on a combining tree.

  3. class Counter extends AnyRef

    A counter to be shared by p threads.

  4. final class FileLog extends Log

    A logging object that writes to a file

  5. trait Log extends AnyRef

    Classes to perform various types of logging.

Value Members

  1. object NanoSpin

  2. object NullLog extends Log

    A logging object that does nothing with its arguments

  3. object Profiler

    The object implements a number of named timers and named counters.

  4. object ScreenLog extends Log

    A logging object that just prints to the screen

  5. object Spin

    An object that will just spin for a certain number of iterations.

  6. object ThreadID

    An object providing thread identifiers.

  7. object ThreadUtil

    A general utility for making systems of parallel components

Ungrouped