haxe-concurrency
haxe-concurrency copied to clipboard
Reflection and hxcpp
I tested this lib a while ago compiling a sample to native via hxcpp.
From what I get it doesnt work since you can't extend objects via reflection using hxcpp this way: https://github.com/Blank101/haxe-concurrency/blob/master/src/haxe/concurrent/ConcurrentMap.hx#L115
Have you tested the lib on native(other than neko)?
I've only tested this lib on neko. I'm not overly familiar with the cpp target so thanks for the heads up. I'll clean this class up a bit, so it's not such a hacky solution.