User Tools

Site Tools


cs330_f2016:lab13genserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cs330_f2016:lab13genserver [2017/03/23 00:43]
dhart
cs330_f2016:lab13genserver [2017/03/24 20:41]
dhart
Line 46: Line 46:
   end   end
  
-  def handle_cast(first_thing,​second_thing,​third_thing ​) do+  def handle_cast(first_thing,​second_thing ) do
     ​     ​
     #Change the parameter names appropriately     #Change the parameter names appropriately
Line 55: Line 55:
   def handle_info({:​DOWN,​ ref, :process, _pid, _reason}, state) do   def handle_info({:​DOWN,​ ref, :process, _pid, _reason}, state) do
     ​     ​
-    #The message received if a process went down. You will need to remove the dead process from the registry.+    #The message received if a monitored ​process went down. You will need to remove the dead process from the registry.
     #Your code here     #Your code here
     ​     ​
cs330_f2016/lab13genserver.txt ยท Last modified: 2021/06/30 23:42 (external edit)