Re: [racket-users] Remind me?: bidirectional channel-ish thing in two parts

2019-10-25 Thread David Storrs
Yep!  That was it.  Thanks.

On Fri, Oct 25, 2019 at 2:43 AM Eric Griffis  wrote:
>
> Maybe pipe ports?
>
> https://docs.racket-lang.org/reference/pipeports.html
>
> Eric
>
>
> On Thu, Oct 24, 2019, 11:28 PM David Storrs  wrote:
>>
>> I saw something in the Reference about bi-directional {pipes |
>> channels | ???} with a constructor that returned two values, A and B,
>> where data put onto A could be read out of B and vice versa.  I can't
>> remember what it was called and my reference-search-fu is weak.  It's
>> not the one from Distributed Places
>> (https://docs.racket-lang.org/distributed-places/index.html?q=bi-directional#%28part._.Async_.Bidirectional_.Channels%29).
>>
>> Could someone remind me what these things are called?
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/racket-users/CAE8gKod4smzgAwye14zZauVL4nhHB%3DnNPMWRGKkgKEOM3wCxAg%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAE8gKodfFLdZEb6t%2BWFdAfpTwGq0CNcmmLVBHbpOTK4f%2BKGC0w%40mail.gmail.com.


Re: [racket-users] Remind me?: bidirectional channel-ish thing in two parts

2019-10-25 Thread Eric Griffis
Maybe pipe ports?

https://docs.racket-lang.org/reference/pipeports.html

Eric


On Thu, Oct 24, 2019, 11:28 PM David Storrs  wrote:

> I saw something in the Reference about bi-directional {pipes |
> channels | ???} with a constructor that returned two values, A and B,
> where data put onto A could be read out of B and vice versa.  I can't
> remember what it was called and my reference-search-fu is weak.  It's
> not the one from Distributed Places
> (
> https://docs.racket-lang.org/distributed-places/index.html?q=bi-directional#%28part._.Async_.Bidirectional_.Channels%29
> ).
>
> Could someone remind me what these things are called?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/CAE8gKod4smzgAwye14zZauVL4nhHB%3DnNPMWRGKkgKEOM3wCxAg%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAORuSUzQ-igz1gd1qE-j_diRwLH%3D9Pgp2Nufk7O8r8OxL0LLpw%40mail.gmail.com.


[racket-users] Remind me?: bidirectional channel-ish thing in two parts

2019-10-25 Thread David Storrs
I saw something in the Reference about bi-directional {pipes |
channels | ???} with a constructor that returned two values, A and B,
where data put onto A could be read out of B and vice versa.  I can't
remember what it was called and my reference-search-fu is weak.  It's
not the one from Distributed Places
(https://docs.racket-lang.org/distributed-places/index.html?q=bi-directional#%28part._.Async_.Bidirectional_.Channels%29).

Could someone remind me what these things are called?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAE8gKod4smzgAwye14zZauVL4nhHB%3DnNPMWRGKkgKEOM3wCxAg%40mail.gmail.com.