utopia-rise/godot-kotlin-native

Yield implementation on android

piiertho opened this issue · 0 comments

Describe the problem or limitation you are having in your project:

Currently it is not possible to use yield on android, and it is the only platform concerned by this issue.

Describe how this feature / enhancement will help you overcome this problem or limitation:

It would make people able to use yield if they are targeting android, which is not possible for now.

Show a mock up screenshots/video or a flow diagram explaining how your proposal will work:

None to provide.

Describe implementation detail for your proposal (in code), if possible:

Have no idea on how to do that with only native, see issue on kotlinx.coroutines repo

If this enhancement will not be used often, can it be worked around with a few lines of code?:

No.

Is there a reason why this should be in this project and not individually solved?:

This is concerning godot-library-extension build itself.