From: Grzegorz Kazior
Subject: Multiprocessing in Franz CLISP
Date: 
Message-ID: <37BC67F8.1EC02CF@ComArch.Pl>
I have a problem:
I want to make two threads in my application: One thread for windows and
other for computation. But when I start process with
(mp:process-run-function ...) in when-button-click callback only that
process is running and windows doesn't respond.
(I want to start new process and read values which are computed by the
second process)


Grzegorz  Kazior