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
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
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/
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
4 matches
Mail list logo