Tries to run an async function and resolves with :ok(value) if the function resolved or :err(error) if the function rejected.
:ok(value)
:err(error)
Generated using TypeDoc
Tries to run an async function and resolves with
:ok(value)
if the function resolved or:err(error)
if the function rejected.