Open sorawee opened 2 years ago
I guess that probably what's happening is that there are just a lot of GUI events stacked up and the switch-tab click that you've done has a lower priority (or is behind in the queue at the same priority? but probably not) than the GUI work that's going on to do all the IO.
Steps to reproduce:
(make-string 100000 #\A)
Instead of being able to switch back to the previous buffer right away, DrRacket blocks until printing is completely done first.