Hello everybody,<div>I've been reading you for a long time but this is my first message.</div><div><br></div><div>I don't know how to spawn a process with args without export it. is there any way to do that?</div><div>
<br></div><div>For funs without args  you can do spawn(fun_in_the_same_mod/0). Another option is to use spawn(Module, Function, Args) but  Function should be exported although it's in the same mod.</div><div><br></div>
<div>Any suggestion?</div><div><br></div><div>Thanks in advance.</div>