vegardit / haxe-concurrent

A haxelib for basic platform-agnostic concurrency support
https://vegardit.github.io/haxe-concurrent/
Apache License 2.0
82 stars 14 forks source link

haxe-concurrent doesn't work in android #14

Closed acarioni closed 2 years ago

acarioni commented 2 years ago

Hello,

I’ve just opened this issue about haxe-concurent in Android. I don’t think the problem is due to a flaw in the library, but maybe you have some clues.

sebthom commented 2 years ago

Does it work if you use the old java instead of the jvm target?

acarioni commented 2 years ago

Yes, it works with the option --java.

sebthom commented 2 years ago

Ok, then it is for sure a bug in the new jvm target and we will have to wait for it being acknowledged by the Haxe core developers and directly fixed in Haxe.