Join Slack
Powered by
Are there any spring specific dispatchers for kotl...
# spring
c
Christopher Hübner
01/29/2024, 11:04 AM
Are there any spring specific dispatchers for kotlin coroutines?
Christopher Hübner
01/29/2024, 11:07 AM
Or rather good documentation for implementing own dispathers?
s
Szymon Jeziorski
01/29/2024, 12:52 PM
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
4
Views
Open in Slack
Previous
Next