Packages

c

provingground.learning

CounterGlobalID

class CounterGlobalID extends GlobalID[(Int, Int)]

allows posting globally and keeps count without stroing anything

Linear Supertypes
GlobalID[(Int, Int)], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CounterGlobalID
  2. GlobalID
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CounterGlobalID(log: (Any) => Unit = (_) => ())

    log

    logging on post

Value Members

  1. val counterVar: AsyncVar[Int]
  2. def postGlobal[P](content: P): Future[(Int, Int)]

    post arbitrary content

    post arbitrary content

    content

    content of some type

    returns

    ID, consisting of an index and a hashCode

    Definition Classes
    CounterGlobalIDGlobalID