xlog, quit, stab, wip objects
This commit is contained in:
parent
a0cebd89fb
commit
711ea155ac
3 changed files with 114 additions and 34 deletions
|
|
@ -21,6 +21,7 @@ class Sock:
|
|||
|
||||
def listen(self, address, length=65535):
|
||||
self.sock_thread = SockThread(self, tuple(address), length)
|
||||
self.sock_thread.setDaemon(True)
|
||||
self.sock_thread.start()
|
||||
|
||||
def get(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue