xasyncio 0.2.3__tar.gz → 0.2.4__tar.gz
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-0.2.3 → xasyncio-0.2.4}/PKG-INFO +1 -1
- {xasyncio-0.2.3 → xasyncio-0.2.4}/src/xasyncio/__init__.py +1 -1
- {xasyncio-0.2.3 → xasyncio-0.2.4}/.github/workflows/release.yml +0 -0
- {xasyncio-0.2.3 → xasyncio-0.2.4}/.gitignore +0 -0
- {xasyncio-0.2.3 → xasyncio-0.2.4}/LICENSE +0 -0
- {xasyncio-0.2.3 → xasyncio-0.2.4}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xasyncio
|
|
3
|
-
Version: 0.2.
|
|
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
|
|
@@ -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
|
-
|
|
168
|
+
self.wait_out_thread_event('loop_started')
|
|
169
169
|
logging.debug('AsyncThread init finished and running')
|
|
170
170
|
|
|
171
171
|
def __repr__(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|