Moxinet.PidReference (moxinet v0.6.0)

Manages encoding and decoding of pids

Summary

Functions

Finds a pid from a binary reference

Encodes a pid so that it can be transferred as a string

Functions

decode(pid_reference)

@spec decode(binary()) :: {:ok, pid()} | {:error, :invalid_pid_reference}

Finds a pid from a binary reference

encode(pid)

@spec encode(pid()) :: binary()

Encodes a pid so that it can be transferred as a string