Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 20 forks source link

Add asynchronous API to IndyUser #11

Open seniorjoinu opened 6 years ago

seniorjoinu commented 6 years ago

Detailed Description

Right now IndyUser is only providing synchronous API

Context

This would bring all the advantages of using asynchronous code

Possible Implementation

Coroutines?

Alarmwolf commented 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.