Documentation ¶ Overview ¶ channel exposes a Go channel to Lua as userdata so two goroutines, each with its own LState, communicate by message passing. Only the goroutine-safe channel is shared; values are materialized (FromValue/ToValue) so no LState heap crosses goroutines. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.