[racket-dev] More places questions

From: Kevin Tew (tewk at cs.utah.edu)
Date: Fri Sep 30 09:12:38 EDT 2011

place-channel-put is not blocking.

I'll add it to the docs.


On 09/30/2011 06:28 AM, Sam Tobin-Hochstadt wrote:
> 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.



Posted on the dev mailing list.