Skip to content

asyncio.TimeoutError not working or just i dont know how to use it??? #491

Closed Answered by zeffo
SoftDevDanial asked this question in Q&A
Discussion options

You must be logged in to vote

run_coroutine_threadsafe returns a Future. Exceptions raised in the coroutine will be propagated to the Future. In any case, you really shouldn't be using running coroutines like this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Lulalaby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants