Works similarly to auto
but takes asynchronous functions.
It takes a function, run it and returns a hyper-value that eventually will be equal
to resolved result of the function.
represents the type of hyper-value after resolving
represents the initial type of hyper-value; if no initial value provided it's undefined
HyperScope instance
an object containing all possible params
Generated using TypeDoc
the result of
async
helper is an array contains of 3 elements:get
,set
andupdate
;Promise
state;const [result, state] = async(...);