Are there any spring specific dispatchers for kotl...
# spring
c
Are there any spring specific dispatchers for kotlin coroutines?
Or rather good documentation for implementing own dispathers?
s
Here's documentation for dispatchers: https://kotlinlang.org/docs/coroutine-context-and-dispatchers.html And here's great concise and practical read about coroutine's dispatchers, which should make you more familiar with the concept and how to use it: https://kt.academy/article/cc-dispatchers