otplike.proc-util
defn-proc
macro
(defn-proc fname args & body)
Defines function with name fname, arguments args, which body is executed in newly created process context.
execute-proc
macro
(execute-proc & body)
Executes body in newly created process context.
execute-proc!
macro
(execute-proc! & body)
Executes body in newly created process context.
execute-proc!!
macro
(execute-proc!! & body)
Executes body in newly created process context.