guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Threads


From: Jorgen 'forcer' Schaefer
Subject: Re: Threads
Date: 24 Sep 2001 19:11:57 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Manuel Giraud <address@hidden> writes:

> (begin-thread
>   (let loop ()
>     (display "My endless treatment\n")
>     (sleep 5)))
> 
> But this thread is just active for one display and stops.

You're not looping :)

Add a call to (loop) after the sleep...

Greetings,
        -- Jorgen

-- 
((email . "address@hidden")       (www . "http://forcix.cx/";)
 (irc   . "address@hidden (IRCnet)") (gpg .    "1024D/028AF63C"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]