AtomicStream.read

Reads the next value from the stream of type T.

  1. T read()
    class AtomicStream
    final shared
    T
    read
    (
    T
    )
    ()
  2. T[] read(size_t count)
  3. T read()
  4. T read()
  5. T[] read(size_t count)

Parameters

T

The type of data to be read.

Return Value

Type: T

The value read from the stream.

Meta