How can I wait for the callback? #106
Answered
by
cavallium
quanpham88
asked this question in
Q&A
-
Is it possible to wait for callback and get the result of the function/request? |
Beta Was this translation helpful? Give feedback.
Answered by
cavallium
Jun 26, 2022
Replies: 1 comment 1 reply
-
You should never block the tdlib thread. This is an asynchronous library. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
quanpham88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should never block the tdlib thread. This is an asynchronous library.