batched_communication

v0.1.4

  • Pages
  • Modules

    batched_communication v0.1.4 BatchedCommunication.EncodedBatch View Source

    Link to this section Summary

    Types

    t()

    Functions

    new(term)
    new!(term)
    valid?(term)

    Link to this section Types

    Link to this type t() View Source
    t() ::
      {Croma.PosInteger.t(), Croma.PosInteger.t(),
       BatchedCommunication.Compression.t(), Croma.Binary.t()}

    Link to this section Functions

    Link to this function new(term) View Source
    new(any()) :: Croma.Result.t(t())
    Link to this function new!(term) View Source
    new!(any()) :: t()
    Link to this function valid?(term) View Source
    valid?(any()) :: boolean()

    Built using ExDoc (v0.18.4), designed by Friedel Ziegelmayer.