khepri_sproc (khepri v0.6.0)

Link to this section Summary

Link to this section Functions

Link to this function

run(StandaloneFun, Args)

-spec run(StandaloneFun, Args) -> Ret
       when StandaloneFun :: khepri_fun:standalone_fun(), Args :: [any()], Ret :: any().
Link to this function

to_standalone_fun(Fun)

-spec to_standalone_fun(Fun) -> StandaloneFun | no_return()
                     when Fun :: fun(), StandaloneFun :: khepri_fun:standalone_fun().