Tries to run a function and returns :ok(value) if the function completed or :err(error) if the function threw.
:ok(value)
:err(error)
Generated using TypeDoc
Tries to run a function and returns
:ok(value)
if the function completed or:err(error)
if the function threw.