RxFlow
RxFlow copied to clipboard
Why Obj-C runtime dependency though?
I've been browsing the source code and I noticed usage of objc_getAssociatedObject
and objc_sync_enter
. However, whichever thing get's put into the latter is not even necessarily an NSObject. I was wondering, is it, like, just old and that's why we have these artifacts?