1.

In Erlang How “process” Is Created?

Answer»

The process is created by calling spawn, and spawn FORMS a new process and returns the PID.

  • Spawn (Module, Name, ARGS ) -> pid ()

The process is created by calling spawn, and spawn forms a new process and returns the pid.



Discussion

No Comment Found