qmsk/net/transport/client.py
branchconnect-async
changeset 45 bb49bf8222ed
parent 28 020c89baaa33
equal deleted inserted replaced
44:01ac7755b15a 45:bb49bf8222ed
    28                 cls         - optional transport-specific type to use for the new connection.
    28                 cls         - optional transport-specific type to use for the new connection.
    29         """
    29         """
    30 
    30 
    31         raise NotImplementedError()
    31         raise NotImplementedError()
    32 
    32 
       
    33     def connect_async (self, cls=None, reactor=None) :
       
    34         raise NotImplementedError()
       
    35