Alban Linard
Alban Linard
The alternative coroutine implementation (https://github.com/saucisson/lua-coronest) has just been released as a rock (https://rocks.moonscript.org/modules/saucisson/coronest), and documented a bit more, and can now be installed easily if needed.
@thibaultcha please, publish a new version of the rock, as the published one has the `add_flag` problem, but not the master branch.
Thanks, can you please explain me the goal of your patch, and what it fixes?
Sorry, i have some urgent work. I will come back to discuss your patches in a few days.
+1, can you please add some examples?
For instance, how do you effectively execute routes within an openresty location? Looking at the sources, i have tried the following code, but it might be incorrect: ```lua local Route...
Thanks !
If you also want to be able to handle bridges from/to other languages, `#extern_c` may not be optimal. Maybe something like `#extern(language=c, version=99)` or `#extern(c99)` would be better.