• Jeremy Hylton's avatar
    Major refactoring of the rpc locking mechanisms. · 2dcc324a
    Jeremy Hylton authored
    Add a send_call() method that computes a new msgid and hands the
    message off to the smac layer.  Uses __msgid_lock()
    
    call() still uses __call_lock, but callAsync() does not.  callAsync()
    does not use any lock beyond what send_call() does.
    2dcc324a
connection.py 16.5 KB