Closed gene-pavlovsky closed 6 years ago
This PR actually does more than one thing to Callback, which is arguably not the best practice :)
Callback
f
dissolve
LinkPair
CallbackList
ignore
The java tests for some reason intermittently fail on defer: ERR: Callbacks.hx:30(Callbacks.testDefer) - expected '2' but was '1'
java
defer
ERR: Callbacks.hx:30(Callbacks.testDefer) - expected '2' but was '1'
This PR actually does more than one thing to
Callback
, which is arguably not the best practice :)f
to null at the end ofdissolve
, to behave likeLinkPair
orCallbackList
ignore
which is most likely not useful