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 13d0b82 commit d44f63eCopy full SHA for d44f63e
README.rst
@@ -189,7 +189,7 @@ This means you now have two basic states:
189
runs on the main thread's event loop, and all ``thread_sensitive`` synchronous
190
code will run in a single shared sub-thread.
191
192
-Cruicially, this means that in both cases there is a thread which is a shared
+Crucially, this means that in both cases there is a thread which is a shared
193
resource that all ``thread_sensitive`` code must run on, and there is a chance
194
that this thread is currently blocked on its own ``AsyncToSync`` call. Thus,
195
``AsyncToSync`` needs to act as an executor for thread code while it's blocking.
0 commit comments