You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can't be done with the run_on_executor decorator (which is deprecated anyway). You can do it with contextvars.copy_context and IOLoop.run_in_executor:
I build something with contextvars.Is there any way to pass it to tornado.concurrent.run_in_executor?
The text was updated successfully, but these errors were encountered: