[racket-dev] More places questions

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri Sep 30 08:28:15 EDT 2011

On Fri, Sep 30, 2011 at 12:26 AM, John Clements
<clements at brinckerhoff.org> wrote:
> I'm guessing that calling place-channel-put with a descriptor pulls out the associated channel... should the docs indicate this?

The docs here: http://pre.racket-lang.org/docs/html/reference/places.html?q=place#%28tech._place._descriptor%29
say that.

> Also, my tiny experiments suggest that place-channel-put is blocking, is that right?

I think that's correct (like with `channel-put'), but the docs don't
seem to say.
-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.