Re: futures - a new package for asynchronous execution

2009-11-10 Thread Aahz
In article , Brian Quinlan wrote: > >I recently implemented a package that I'd like to have include in the >Python 3.x standard library (and maybe Python 2.x) and I'd love to >have the feedback of this list. Any recently implemented library has an extremely high bar before it gets adopted in

futures - a new package for asynchronous execution

2009-11-05 Thread Brian Quinlan
Hey all, I recently implemented a package that I'd like to have include in the Python 3.x standard library (and maybe Python 2.x) and I'd love to have the feedback of this list. The basic idea is to implement an asynchronous execution method patterned heavily on java.util.concurrent (but