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

Agent must use async-await interface #55

Open
Mec-iS opened this issue Sep 11, 2018 · 2 comments
Open

Agent must use async-await interface #55

Mec-iS opened this issue Sep 11, 2018 · 2 comments
Labels
post-poned Will do later

Comments

@Mec-iS
Copy link
Contributor

Mec-iS commented Sep 11, 2018

The client should implement Python async-await protocol in all of its functions

@shravandoda
Copy link
Contributor

@Mec-iS please elaborate

@Mec-iS
Copy link
Contributor Author

Mec-iS commented Mar 18, 2019

Agent should implement wherever possible Python generators and asynchronous co-routines both for calling the servers ([asyncio](asyncio is a library to write concurrent code using the async/await syntax.)) and updating the graph in Redis (possibility of using Streams).

Heracles.ts implements asynchronous behaviour in Typescript (example).

@Mec-iS Mec-iS added post-poned Will do later and removed GSOC-2019 labels Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
post-poned Will do later
Projects
None yet
Development

No branches or pull requests

2 participants