xasyncio 0.2.3__py3-none-any.whl → 0.2.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xasyncio might be problematic. Click here for more details.

xasyncio/__init__.py CHANGED
@@ -165,7 +165,7 @@ class AsyncThread(threading.Thread, AsyncThreadBase):
165
165
  self.stopped = True
166
166
  self.create_out_thread_event('loop_started')
167
167
  self.start()
168
- # self.wait_out_thread_event('loop_started')
168
+ self.wait_out_thread_event('loop_started')
169
169
  logging.debug('AsyncThread init finished and running')
170
170
 
171
171
  def __repr__(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xasyncio
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A package to simiplify multithreaded asyncio event loops
5
5
  Project-URL: Homepage, https://github.com/shawn-peng/xasyncio
6
6
  Project-URL: Bug Tracker, https://github.com/shawn-peng/xasyncio/issues
@@ -0,0 +1,5 @@
1
+ xasyncio/__init__.py,sha256=mOXELsId4vjBp379YVnpMFBS41w4lyBGwraAGdzumpw,7195
2
+ xasyncio-0.2.4.dist-info/METADATA,sha256=j-4Hyv-7SujFH2FL1JWv63uefV7imZTt_haObhP1K_Q,488
3
+ xasyncio-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ xasyncio-0.2.4.dist-info/licenses/LICENSE,sha256=fHWKRzBMuHQa8EYpadXv8pSmA8XnR8FlirkvLoayV1I,1066
5
+ xasyncio-0.2.4.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- xasyncio/__init__.py,sha256=5HCq6bK0hn-fdOyrTZKty-S0fc2TC05prJifDiDZI5M,7197
2
- xasyncio-0.2.3.dist-info/METADATA,sha256=a2gRi9YWbjkO-9RQeMuhFGbB4vzCM4npjcOfD39tPq8,488
3
- xasyncio-0.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- xasyncio-0.2.3.dist-info/licenses/LICENSE,sha256=fHWKRzBMuHQa8EYpadXv8pSmA8XnR8FlirkvLoayV1I,1066
5
- xasyncio-0.2.3.dist-info/RECORD,,