Arif Terzioğlu
04/10/2025, 1:37 PMChris Lee
04/10/2025, 2:02 PMChris Lee
04/10/2025, 2:02 PMthat even suspending functions (e.g., API or DB calls) should be moved to Dispatchers.IO to avoid tying up Netty threads?if these are already fully suspending they don’t need to be moved.
Arif Terzioğlu
04/10/2025, 2:27 PMChris Lee
04/10/2025, 2:28 PMArif Terzioğlu
04/10/2025, 2:29 PMArif Terzioğlu
04/10/2025, 7:57 PMChris Lee
04/10/2025, 8:02 PMArif Terzioğlu
04/10/2025, 8:05 PMAleksei Tirman [JB]
04/11/2025, 8:47 AMAleksei Tirman [JB]
04/11/2025, 8:50 AMNettyDispatcher
class implementing CoroutineDispatcher
, which acts as a bridge between Netty's EventExecutor
and the coroutines library.