Module

Process

Changes by version

Elixir 1.18.0

· 1 change

Enhancement Tool: Elixir

Handle arbitrarily high integer values in Process.sleep/1

Elixir 1.17.0

· 1 change

Enhancement Tool: Elixir

Add Process.set_label/1

Elixir 1.15.0

· 1 change

Enhancement Tool: Elixir

Add Process.alias/0,1 and Process.unalias/1

Elixir 1.5.0

· 1 change

Enhancement Tool: Elixir

Add Process.cancel_timer/2

Elixir 1.4.0

· 2 changes

Enhancement Tool: Elixir

Add Process.send_after/4

Enhancement Tool: Elixir

Improve error messages on Process.register/2 errors

Elixir 1.3.0

· 1 change

Enhancement Tool: Elixir

Add Process.sleep/1

Elixir 1.2.0

· 1 change

Enhancement Tool: Elixir

Add Process.get_keys/0

Elixir 1.1.0

· 2 changes

Enhancement Tool: Elixir

Add Process.hibernate/3

Enhancement Tool: Elixir

Allow a list of specs in Process.info/2

Elixir 0.14.1

· 1 change

Enhancement Tool: Elixir

Process.info(pid, :registered_name) returns {:registered_name, nil} if there is no registered name

Elixir 0.13.3

· 1 change

Enhancement Tool: Elixir

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

Elixir 0.13.2

· 2 changes

Enhancement Tool: Elixir

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

Enhancement Tool: Elixir

Process.delete/0 is deprecated

Elixir 0.13.0

· 1 change

Enhancement Tool: Elixir

Include Process.send/3 and support the --gen-debug option

Elixir 0.12.3

· 2 changes

Enhancement Tool: Elixir

Add Process.send/2 and Process.send_after/3

Enhancement Tool: Elixir

Ensure monitoring functions are inlined by the compiler

Elixir 0.11.0

· 1 change

Enhancement Tool: Elixir

Process.group_leader/2 args have been reversed so the "subject" comes first