Sonyflake.new

You're seeing just the function new, go back to Sonyflake module for more information.

Specs

new() :: %Sonyflake{
  elapsed_time: 0,
  machine_id: number(),
  msb: 0,
  sequence: 255,
  start_time: integer()
}

Create an instance of Sonyflake unique ID generator.