Re: [racket-users] Help on Threads

2015-09-27 Thread Neil Van Dyke
Sergey Yudin wrote on 09/27/2015 04:50 PM: Can you please explain whats wrong with the code ? The program exits because the main thread exits, even though the "background" threads are still running. Add a `(sleep 30)` to the end of the file. Neil V. -- You received this message because you

[racket-users] Help on Threads

2015-09-27 Thread Sergey Yudin
Hello! I am very new to Racket and trying to use some samples file th.rkt #lang racket/base (thread (lambda () (for ([i 10]) (sleep 2) (printf "thread 1\n" (thread (lambda () (for ([i 20]) (sleep 1) (printf "t

Re: [racket-users] RacketCon Live Stream

2015-09-27 Thread Asumu Takikawa
On 2015-09-27 14:34:37 -0400, Asumu Takikawa wrote: > Part 2 of the RacketCon live stream will be available at 2:00PM Central Time > here: > > https://plus.google.com/u/0/events/crsu3iegmu73htksd9l6l8pfek8 Sorry, I sent out the wrong link. The right link is here: https://plus.google.com/u/0/

[racket-users] RacketCon Live Stream

2015-09-27 Thread Asumu Takikawa
Hi all, Part 2 of the RacketCon live stream will be available at 2:00PM Central Time here: https://plus.google.com/u/0/events/crsu3iegmu73htksd9l6l8pfek8 (we should have better audio for part 2 if all goes well) I forgot to announce Part 1 on the mailing list, but you can still watch it her