[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does MCL have "threads"
- To: mi@ponder.csci.unt.edu (Mark Interrante)
- Subject: Re: Does MCL have "threads"
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Thu, 25 Jun 1992 14:06:22 -0500
- Cc: info-mcl
>Hi, I know that some lisps have the ability to run concurrent threads of
>execution, does MCL have this facility?
MCL 2.0 does not have threads, though this is a likely new feature for
MCL 2.1.
MCL does have two levels of execution. The main toplevel code can
be interrupted by event processing code. You can use MCL's *EVENTHOOK*
to run short periodic tasks (2.0 final has another periodic event
mechanism, but it is not documented).