cordentity
cordentity copied to clipboard
Add asynchronous API to IndyUser
Detailed Description
Right now IndyUser is only providing synchronous API
Context
This would bring all the advantages of using asynchronous code
Possible Implementation
Coroutines?
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.