##// END OF EJS Templates
add ownership to AsyncResult objects...
add ownership to AsyncResult objects An AsyncResult with owner=True will pop results and metadata, instead of get. This should result is reduced memory growth on the Client. AsyncResults created by apply, get_result, etc. have owner=True, so this should help most cases.
MinRK -
r16739:c8297258
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / engine
__init__.py Loading ...
__main__.py Loading ...
engine.py Loading ...