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
Link to this section Types
config options
:boot_args: map function of lua vm to configure said vm on server start
@type t() :: pid()
Link to this section Functions
@spec do_inline(t(), String.t(), timeout()) :: {:ok, [Luex.lua_value()]}
@spec start_link(boot_args(), GenServer.options()) :: GenServer.on_start()