Handle arbitrarily high integer values in Process.sleep/1
Module
Process
18 changes across 14 versions
Changes by version
Add Process.set_label/1
Add Process.alias/0,1 and Process.unalias/1
Add Process.cancel_timer/2
Add Process.send_after/4
Improve error messages on Process.register/2 errors
Add Process.sleep/1
Add Process.get_keys/0
Add Process.hibernate/3
Allow a list of specs in Process.info/2
Process.info(pid, :registered_name) returns {:registered_name, nil} if there is no registered name
Process.spawn/1, Process.spawn/3, Process.spawn_link/1, Process.spawn_link/3, Process.spawn_monitor/1, Process.spawn_monitor/3, Process.send/2 and Process.self/0 are deprecated in favor of the ones in Kernel
Process.spawn/1, Process.spawn/3, Process.spawn_link/1, Process.spawn_link/3, Process.spawn_monitor/1, Process.spawn_monitor/3, Process.send/2 and Process.self/0 are deprecated in favor of the ones in Kernel
Process.delete/0 is deprecated
Include Process.send/3 and support the --gen-debug option
Add Process.send/2 and Process.send_after/3
Ensure monitoring functions are inlined by the compiler
Process.group_leader/2 args have been reversed so the "subject" comes first