defer v0.1.0 Deferred protocol

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function add_then(deferred_value, callback)
add_then(t(), [{:callback, (any() -> any())}]) :: t()
Link to this function evaluate(deferred_value)
evaluate(t()) :: t()
Link to this function evaluate_once(deferred_value)
evaluate_once(t()) :: t()
Link to this function get_value(deferred_value)
get_value(t()) :: any() | nil