package
0.0.0-20190823064734-05c43452ea18
Repository: https://github.com/ppacher/glua-loop.git
Documentation: pkg.go.dev

# Functions

LGet returns a Callback for the function passed at parameter index `stack`.
LGetOpt works like LGet but returns nil if no function has been passed.
New returns a new callback.

# Interfaces

Callback represents a lua callback that can be scheduled on the event loop.