Performance Optimization by using run_async
Closed this issue · 0 comments
Bibo-Joshi commented
Using Dispatcher.run_async
will be helpfull for performance optimization. E.g. the fetching of addresses takes quite a while and in the meantime no other updates can be processed. However, currently error handling is not available for async callbacks, so this should be added only after PTB v13 is released. See #ptb-2051.