##// 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.

File last commit:

r16427:9db97427
r16739:c8297258
Show More
__init__.py
7 lines | 135 B | text/x-python | PythonLexer
"""This is a copy of zmq.ssh"""
try:
from zmq.ssh import *
except ImportError:
from . import tunnel
from .tunnel import *