Open seniorjoinu opened 6 years ago
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?