Re: Confused again by core.async

2013-07-24 Thread nodename
that same channel, within > the same process? Try fixing that and see where it gets you. > > Timothy > > > On Tue, Jul 23, 2013 at 11:25 PM, Alan Shaw > > wrote: > >> Hi, >> I hope I can get a lightbulb on what's happening here: >> >> https:/

Re: Confused again by core.async

2013-07-24 Thread nodename
ondition... > > Timothy > > > On Wed, Jul 24, 2013 at 12:41 PM, nodename > > wrote: > >> I do not think that is the problem. In fact I believe that reading a >> request from a channel and writing the response to the same channel is the >> canonical servic

Re: Confused again by core.async

2013-07-24 Thread nodename
I have removed the problem.clj file referenced in the original post, and I have incorporated Timothy's corrections into the Hoare CSP examples: https://github.com/nodename/async-plgd/blob/master/src/hoare/subroutines.clj On Wednesday, July 24, 2013 12:17:01 PM UTC-7, nodename wrote: >