Crate rustler_elixir_fun

Source

Structs§

ManualFuture

Enums§

ElixirFunCallResult
The result of calling a function on the Elixir side.

Functions§

apply_elixir_fun
Will run fun with the parameters parameters on the process indicated by pid_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 Uses enif_whereis_pid under the hood.