Burrito.Util (burrito v1.2.0)
Summary
Functions
Checks if the application is currently running as a standalone Burrito release, or via some other mechanism,
such as an escript
.
Functions
Link to this function
get_current_cpu()
Link to this function
get_current_os()
@spec get_current_os() :: :darwin | :linux | :windows
Link to this function
get_otp_version()
@spec get_otp_version() :: String.t()
Link to this function
running_standalone?()
@spec running_standalone?() :: boolean()
Checks if the application is currently running as a standalone Burrito release, or via some other mechanism,
such as an escript
.