ExLitedb.CpuInfo (ex_litedb v0.9.1) View Source

Link to this section Summary

Functions

Responds with os type / cpu type tuple.

Link to this section Functions

Specs

fullinfo() :: {atom(), binary()}

Responds with os type / cpu type tuple.

Example:

iex_ > ExLitedb.CpuInfo.fullinfo()
{:macos, "arm64"}