How severe does this issue affect your experience of using Ray?
- None: Just asking a question out of curiosity
Hi,
I have an actor running a busy loop in a sync method. I would like to run some background tasks without waiting/blocking the busy loop.
If I add some async methods to the actor and await them in some coroutines, will the async methods be blocked by the busy loop?