Question
May I ask, is there a difference in the thread model between Handler and AsyncHandler? In other words, are Handler's processing functions also invoked within Tokio's asynchronous runtime? I have an CPU-bound computing task that takes 500ms to complete. If I use a Handler, will it affect other tasks?
Context
What I've Tried
No response
Cineyma Version
No response
Question
May I ask, is there a difference in the thread model between Handler and AsyncHandler? In other words, are Handler's processing functions also invoked within Tokio's asynchronous runtime? I have an CPU-bound computing task that takes 500ms to complete. If I use a Handler, will it affect other tasks?
Context
What I've Tried
No response
Cineyma Version
No response