//
pkg.gl
Category
github.com/ppacher/glua-loop
pkg
callback
package
0.0.0-20190823064734-05c43452ea18
Repository:
https://github.com/ppacher/glua-loop.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
103 SLOC
#
Functions
LGet
LGet returns a Callback for the function passed at parameter index `stack`.
LGetOpt
LGetOpt works like LGet but returns nil if no function has been passed.
New
New returns a new callback.
#
Interfaces
Callback
Callback represents a lua callback that can be scheduled on the event loop.