Re: c# async, await

2013-08-22 Thread Ian Kelly
On Thu, Aug 22, 2013 at 5:29 AM, Neal Becker wrote: > So my son is now spending his days on c# and .net. He's enthusiastic about > async and await, and said to me last evening, "I don't think python has > anything > like that". I'm not terribly knowledgeable myself regarding async programming >

Re: c# async, await

2013-08-22 Thread Terry Reedy
On 8/22/2013 9:57 AM, Michael Torrie wrote: On 08/22/2013 05:29 AM, Neal Becker wrote: So my son is now spending his days on c# and .net. He's enthusiastic about async and await, and said to me last evening, "I don't think python has anything like that". I'm not terribly knowledgeable myself r

Re: c# async, await

2013-08-22 Thread Neil Cerutti
On 2013-08-22, Neal Becker wrote: > So my son is now spending his days on c# and .net. He's enthusiastic about > async and await, and said to me last evening, "I don't think python has > anything > like that". I'm not terribly knowledgeable myself regarding async > programming > (since I ne

Re: c# async, await

2013-08-22 Thread Michael Torrie
On 08/22/2013 05:29 AM, Neal Becker wrote: > So my son is now spending his days on c# and .net. He's enthusiastic about > async and await, and said to me last evening, "I don't think python has > anything > like that". I'm not terribly knowledgeable myself regarding async > programming > (si

c# async, await

2013-08-22 Thread Neal Becker
So my son is now spending his days on c# and .net. He's enthusiastic about async and await, and said to me last evening, "I don't think python has anything like that". I'm not terribly knowledgeable myself regarding async programming (since I never need to use it). I did look at this: http: