haxe-concurrency icon indicating copy to clipboard operation
haxe-concurrency copied to clipboard

Reflection and hxcpp

Open dazKind opened this issue 11 years ago • 1 comments

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)?

dazKind avatar Jun 29 '14 05:06 dazKind

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.

hexonaut avatar Jun 30 '14 17:06 hexonaut