Jumbo v1.0.2 Jumbo.JobId

Module containing common functions for job identifiers.

Summary

Functions

Generates new random job identifier

Converts given job identifier to printable UUIDv4 string

Types

t()
t() :: <<_::16>>

Functions

new()
new() :: t

Generates new random job identifier.

It will return a 16-bytes long bitstring that is conforming with UUIDv4.

to_string(arg)
to_string(t) :: String.t

Converts given job identifier to printable UUIDv4 string.