AbstractEventLoop.call_soon_threadsafe(callback, *args)
Like call_soon()
, but thread safe.
See the concurrency and multithreading section of the documentation.
AbstractEventLoop.call_soon_threadsafe(callback, *args)
Like call_soon()
, but thread safe.
See the concurrency and multithreading section of the documentation.
Please login to continue.