InterviewSolution
Saved Bookmarks
| 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.
The process is created by calling spawn, and spawn forms a new process and returns the pid. |
|