/usr/lib/python2.6/site-packages/concurrent/futures
Edit: /usr/lib/python2.6/site-packages/concurrent/futures/__init__.pyc (801B)
Ñò
m
Vc @ sŠ d Z d Z d d k l Z l Z l Z l Z l Z l Z l Z l
Z
l Z d d k l
Z
y d d k l Z Wn e j
o n Xd S( s? Execute computations asynchronously using threads or processes.s" Brian Quinlan (brian@sweetapp.com)iÿÿÿÿ( t FIRST_COMPLETEDt FIRST_EXCEPTIONt
ALL_COMPLETEDt CancelledErrort TimeoutErrort Futuret Executort waitt as_completed( t ThreadPoolExecutor( t ProcessPoolExecutorN( t __doc__t
__author__t concurrent.futures._baseR R R R R R R R R t concurrent.futures.threadR t concurrent.futures.processR
t ImportError( ( ( s<