[racket] Racket Doc / Places

From: Kevin Tew (tewk at cs.utah.edu)
Date: Mon Nov 5 10:52:47 EST 2012

On 11/05/2012 08:23 AM, Ray Racine wrote:
> "If the output ports are file-stream ports 
> <file:///usr/local/racket/doc/reference/file-ports.html?q=places#%28tech._file._stream._port%29>, 
> then the connected ports in the places share the underlying stream, 
> otherwise a thread 
> <file:///usr/local/racket/doc/reference/eval-model.html?q=places#%28tech._thread%29> in 
> the creating place pumps bytes to the current ports in the creating 
> place."
>
> Should that be "..., otherwise a thread in the created place pumps 
> bytes to the current ports in the creating place." ??
>
>
> ____________________
>    Racket Users list:
>    http://lists.racket-lang.org/users
No I think its right.

I've added some extra text in CAPS to clarify things.
I'll make some improvements to the docs as well.

Kevin

"If the CREATING PLACE'S output ports are file-stream ports 
<file:///usr/local/racket/doc/reference/file-ports.html?q=places#%28tech._file._stream._port%29>, 
then the connected ports in CREATED places share the underlying streams, 
otherwise a thread 
<file:///usr/local/racket/doc/reference/eval-model.html?q=places#%28tech._thread%29> in 
the creating place pumps bytes FROM THE CREATED PLACE PORTS to the 
current ports in the creating place."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121105/a53251b3/attachment.html>

Posted on the users mailing list.