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
Implemented callback support in the core, still need to add it to all of the endpoint functions.
Also planning on supporting running as a coroutine from inside a tornado server.
Progress can be found in the async branch
Use
tornado.AsyncHTTPClient
instead ofrequests
to make everything fasterThe text was updated successfully, but these errors were encountered: