Use threading.Event() to wait until value is initially set rather than use a mutex...
authorgenjix <fake@lol.u>
Wed, 21 Mar 2012 22:41:00 +0000 (22:41 +0000)
committergenjix <fake@lol.u>
Wed, 21 Mar 2012 22:41:00 +0000 (22:41 +0000)
commit3e0a94c407ffd699358b773999b8710a2b49ffb2
treee9a6c0b4d3bfef1b7e384c7cd8cfb9678288aa53
parent671a9df69ba94717a4506e0804125d57ba705bf7
Use threading.Event() to wait until value is initially set rather than use a mutex/sleep hack.
server-genjix.py