tomaka / hlua

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

Support for futures and async calls #193

Open surajprak opened 6 years ago

surajprak commented 6 years ago

Current implementation does not yield if i make future call in rust from lua stack. Therefore, it makes futures not usable. Can you please provide Lua yield support with futures?