IEx.after_spawn
You're seeing just the function
after_spawn
, go back to
IEx module for more information.
Specs
after_spawn() :: [(... -> any())]
Returns registered after_spawn
callbacks.
Specs
after_spawn((... -> any())) :: :ok
Registers a function to be invoked after the IEx process is spawned.