question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support suspending functions

See original GitHub issue

Hi 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
RobWincommented, Mar 22, 2019

Alright

1reaction
gmariotticommented, Mar 22, 2019

5.3 might be too new for some plugins, if it doesn’t work, 4.10.3 might be a good enough starting point

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found