|
Is there a way to use non-blocking error handler - preferably with a Kotlin suspending function? |
Answered by
rjaros
Apr 3, 2024
Replies: 2 comments
|
the error handler will be non-blocking as long as you don't write blocking code. So yea, you want a kotlin suspend function. Please file a ticket for it. |
0 replies
0 replies
Answer selected by
jknack
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
#3405