eterchun

Results 3 comments of eterchun

Following up, I tried the potential change and everything compiled, but it seemed to cause issues with execution. For now I am working around this by using a table with...

It seems that meta_functions on usertypes may not respect sol::yielding either. I created [a quick test on godbolt showing the behavior](https://godbolt.org/z/Yv4bKqWsn). The functions get called, but processing continues in sol...

I have something working for my current uses and wanted to leave some breadcrumbs for anyone needing to do the same thing (assuming yielding support does not get expanded). I...