You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corda R3 not uses coroutines in their source codes, Indy SDK not uses them too & coroutines have experimental status in Kotlin lang.
So, I think possible implementation can be based on the same async toolset as Indy SDK.
Detailed Description
Right now IndyUser is only providing synchronous API
Context
This would bring all the advantages of using asynchronous code
Possible Implementation
Coroutines?
The text was updated successfully, but these errors were encountered: