We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96672d commit 466b398Copy full SHA for 466b398
misc/atexit-example.py
@@ -17,7 +17,7 @@
17
# foreground thread, the sync API didn't work in this scenario.
18
# In 1.5.0, the sync message reception was reworked to queue messages entirely
19
# in the async background thread with blocking async queue reads, eliminating
20
-# the blocking queue write options, and allowing the client to continue running
+# the blocking queue write operations, and allowing the client to continue running
21
# in atexit threads
22
def access_default_client(client: lms.Client):
23
"""Ensure default client can be accessed from an atexit hook."""
0 commit comments