Structs§
Enums§
- Elixir
FunCall Result - The result of calling a function on the Elixir side.
Functions§
- apply_
elixir_ fun - Will run
fun
with the parametersparameters
on the process indicated bypid_or_name
. - apply_
elixir_ fun_ timeout - Works the same as
apply_elixir_fun
but allows customizing the timeout to wait for the function to return. - whereis_
pid - Attempts to turn
name
into a LocalPid Usesenif_whereis_pid
under the hood.