Structs§
Enums§
- Elixir
FunCall Result - The result of calling a function on the Elixir side.
Functions§
- apply_
elixir_ fun - Will run
funwith the parametersparameterson the process indicated bypid_or_name. - apply_
elixir_ fun_ timeout - Works the same as
apply_elixir_funbut allows customizing the timeout to wait for the function to return. - whereis_
pid - Attempts to turn
nameinto a LocalPid Usesenif_whereis_pidunder the hood.