View Source Luex.Async (luex v0.0.2)

Link to this section Summary

Types

config options

  • :boot_args : map function of lua vm to configure said vm on server start
t()

Link to this section Types

@type boot_args() :: [{:config, (Luex.vm() -> Luex.vm())}]

config options

  • :boot_args : map function of lua vm to configure said vm on server start
@type t() :: pid()

Link to this section Functions

Link to this function

do_inline(vm, lua, timeout \\ 5000)

View Source
@spec do_inline(t(), String.t(), timeout()) :: {:ok, [Luex.lua_value()]}
Link to this function

start_link(args, options \\ [])

View Source
@spec start_link(boot_args(), GenServer.options()) :: GenServer.on_start()