Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Dino Viehland
ers- > boun...@lists.ironpython.com] On Behalf Of Dino Viehland > Sent: Monday, May 04, 2009 3:18 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Making asynchronous calls in IronPython > > This is actually a CLR bug. A simple repro of the issue is below if > anyone is curious

Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Dino Viehland
m [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Schmottlach, Glenn > Sent: Monday, May 04, 2009 2:58 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Making asynchronous calls in IronPython > > Okay, call me clueless . . . > > This is what I have so

Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Schmottlach, Glenn
From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, May 04, 2009 5:48 PM To: Discussion of IronPython Subject: Re: [IronPython] Making asynchronous calls in IronPython Schmottlach, Glenn wrote: > I've looked at the C# examples in MSDN

Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Michael Foord
ginal Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, May 04, 2009 4:33 PM To: Discussion of IronPython Subject: Re: [IronPython] Making asynchronous calls in IronPython Schmottlach, Glenn wrote: Although I&#

Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Schmottlach, Glenn
bject: Re: [IronPython] Making asynchronous calls in IronPython Schmottlach, Glenn wrote: > > Although I'm very comfortable with CPython, I'm new to IronPython and > the .NET framework. What I am looking for is sample code that shows > how to issue an asynchronous call from IronPy

Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Michael Foord
Schmottlach, Glenn wrote: Although I’m very comfortable with CPython, I’m new to IronPython and the .NET framework. What I am looking for is sample code that shows how to issue an asynchronous call from IronPython using the BeginInvoke/EndInvoke mechanism of .NET. I can't remember the usa

[IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Schmottlach, Glenn
Although I'm very comfortable with CPython, I'm new to IronPython and the .NET framework. What I am looking for is sample code that shows how to issue an asynchronous call from IronPython using the BeginInvoke/EndInvoke mechanism of .NET. Currently, I'm playing around with GTK# and a D-Bus .NET