code-index: avoid off main thread usage
We wanted to remove the use of indexers called from threads and instead keep the communication between objects on the main thread (and let indexers do their own off-thread work if they so decide).
This diff is collapsed.
Please register or sign in to comment