Callbacks on GUI Thread
- by miguel
We have an external data provider which, in its construtor, takes a callback thread for returning data upon.
There are some issues in the system which I am suspicious are related to threading, however, in theory they cannot be, due to the fact that the callbacks should all be returned on the same thread.
My question is, does code like this…