[IronPython] function thread target delegates

Keith J. Farmer kfarmer at thuban.org
Sat Aug 6 22:08:24 CEST 2005


I *knew* there had to be a way to create a Delegate object :)
Delegates are great.  They're what you get when you create a
DynamicMethod using Lightweight Code Generation.  You can put them to
interesting uses (IronPython, getting around the lack of operator
overloads in generics, etc).
-----
Keith J. Farmer
kfarmer at thuban.org

-----Original Message-----
From: users-ironpython.com-bounces at lists.ironpython.com
[mailto:users-ironpython.com-bounces at lists.ironpython.com] On Behalf Of
Anthony Tarlano

>>> t = Threading.Thread(Threading.ParameterizedThreadStart(echo))




More information about the Ironpython-users mailing list