Is there a way to let a function know whether it is running in a coroutine?
For example, I have a send_message() function that tries to send a message three times. It takes one second between
Is there a way to let a function know whether it is running in a coroutine?
For example, I have a send_message() function that tries to send a message three times. It takes one second between