The process is created by calling spawn, and spawn forms a new process and returns the pid. example Spawn (Module, Name,[Args] ) -> pid ()
The process is created by calling spawn, and spawn forms a new process and returns the pid.
example
Spawn (Module, Name,[Args] ) -> pid ()