Support suspending functions
See original GitHub issueHi team, AFAIK, the current decorator functions don’t support Kotlin suspending functions. I’d like to contribute with a resilence4j-kotlin
module, where these small cases are handled. Would you be interested in it?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Composing suspending functions | Kotlin
This section covers various approaches to composition of suspending functions. Sequential by default. Assume that we have two suspending ...
Read more >Understanding suspend function of Kotlin Coroutines - Medium
In short, the suspend function is a function that could be started, paused and resume, (and pause and resume…. if wanted repeatedly) and...
Read more >Support suspend function as super type : KT-18707
Having to delegate to a property is wasteful and it would be much nicer to have suspending functions be first class citizens just...
Read more >How does suspension work in Kotlin coroutines? - Kt. Academy
Suspending functions are functions that can suspend a coroutine. This means that they must be called from a coroutine (or another suspending function)....
Read more >Kotlin Coroutines by Tutorials, Chapter 4: Suspending Functions
In this chapter, you'll learn more about how suspendable functions work from within. You will see how you can convert existing code, which...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright
5.3 might be too new for some plugins, if it doesn’t work, 4.10.3 might be a good enough starting point