Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asynchronous API to IndyUser #11

Open
seniorjoinu opened this issue Sep 11, 2018 · 1 comment
Open

Add asynchronous API to IndyUser #11

seniorjoinu opened this issue Sep 11, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@seniorjoinu
Copy link
Collaborator

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 seniorjoinu added enhancement New feature or request good first issue Good for newcomers labels Sep 11, 2018
@Alarmwolf
Copy link

Alarmwolf commented Sep 11, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants