scsh-checkins
[Top] [All Lists]

[Scsh-checkins] scsh-0.6/scsh newports.scm

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] scsh-0.6/scsh newports.scm
From: Mike Sperber <sperber@users.sourceforge.net>
Date: Mon Feb 25 12:41:38 2002
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-0.6/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv14420

Modified Files:
        newports.scm 
Log Message:
Make FLUSH-ALL-PORTS blocking so FORK will do something more sensible.

Previously, 

(begin
  (display "ha!") (newline)
  (fork (lambda ()
          'foo)))

would print "ha!" twice because FLUSH-ALL-PORTS would not finish
before the actual FORK.



<Prev in Thread] Current Thread [Next in Thread>