github.com/arnodel/golua@v0.0.0-20230215163904-e0b5347eaaa1/runtime/callable.go (about)

     1  package runtime
     2  
     3  // Callable is the interface for callable values.
     4  type Callable interface {
     5  	Continuation(*Thread, Cont) Cont
     6  }