[stdlib-sig] futures - a new package for asynchronous execution

Jesse Noller jnoller at gmail.com
Sat Nov 7 01:45:50 CET 2009


On Fri, Nov 6, 2009 at 7:43 PM, Frank Wierzbicki <fwierzbicki at gmail.com> wrote:
> On Fri, Nov 6, 2009 at 7:41 PM, Jesse Noller <jnoller at gmail.com> wrote:
>
>> Looking at the code dist; processing.py is 338 lines, _base.py is 558
>> and thread.py is 153; it really is a light API on top of
>> threading/multiprocessing. I think most of the line count are doc
>> strings. It's very clean/simple at first glance.
> Ah this probably answers my question, Jython would just support the
> threading side.
>
> -Frank
>

Yeah, jython would just support the threading side. And it should
"just work" (faster! :))


More information about the stdlib-sig mailing list