cordentity icon indicating copy to clipboard operation
cordentity copied to clipboard

Add asynchronous API to IndyUser

Open seniorjoinu opened this issue 7 years ago • 1 comments

Detailed Description

Right now IndyUser is only providing synchronous API

Context

This would bring all the advantages of using asynchronous code

Possible Implementation

Coroutines?

seniorjoinu avatar Sep 11 '18 12:09 seniorjoinu

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.

Alarmwolf avatar Sep 11 '18 13:09 Alarmwolf