Re: [racket-users] Threading question

2020-12-18 Thread James Platt
I sent this reply to the list three days ago but it never made it back to me from the list so I am trying again. Apologies if you get it twice. Thanks. The `finder:common-get-file` solution does the trick for my present purposes as just a demo of the NAT-Traversal code. In the long run I shou

Re: [racket-users] Threading question

2020-12-15 Thread Matthew Flatt
It sounds like you're running into a problem specifically with things like the file dialog. Everything in Racket runs in a thread. When your program starts, it runs in the "main" thread. Normally, a Racket thread that can run will run, no matter what other Racket threads are doing. When a foreign-