• Jeremy Hylton's avatar
    Major refactoring of the rpc locking mechanisms. · 6abb78ae
    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.
    6abb78ae
connection.py 16.5 KB