From: Andreas Andersen
Subject: Threads in cmulc
Date: 
Message-ID: <bmgctf$i15$1@news.net.uni-c.dk>
How does one use threads in cmulc. I have searched on the webpage and on 
google but can't find anything.

Thanks in advance
/Andreas

From: Frederic Brunel
Subject: Re: Threads in cmulc
Date: 
Message-ID: <lawub8b3c8.fsf@buzz.in-fusio.com>
Andreas Andersen <········@daimi.au.dk> writes:

> How does one use threads in cmulc. I have searched on the webpage and
> on google but can't find anything.

  Did you try the documentation within CMUCL environment? Generally,
  threading functions comes in the multiprocess package (MP).

-- 
Frederic Brunel
From: Shawn Betts
Subject: Re: Threads in cmulc
Date: 
Message-ID: <m3wub77kmi.fsf@punch.activestate.com>
Andreas Andersen <········@daimi.au.dk> writes:

> How does one use threads in cmulc. I have searched on the webpage and
> on google but can't find anything.

Have you looked at CLOCC (clocc.sf.net)? They have a wrapper around
all that stuff in their ports package.

Shawn