pub fn apply_elixir_fun_timeout<'a>(
env: Env<'a>,
pid_or_name: Term<'a>,
fun: Term<'a>,
parameters: Term<'a>,
timeout: Duration,
) -> Result<ElixirFunCallResult, Error>Expand description
Works the same as apply_elixir_fun but allows customizing the timeout to wait for the function to return.