tomaka / hlua

Rust library to interface with Lua
MIT License
510 stars 48 forks source link

Coroutine - How do i create a coroutine from rust using hlua #205

Open surajprak opened 5 years ago

surajprak commented 5 years ago

I need to call a lua function from rust using a co-routine. How do i do it using hlua?