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

SPADE - Asyncio 3.9.2 compability? #90

Open
mmaxus35 opened this issue Apr 2, 2021 · 0 comments
Open

SPADE - Asyncio 3.9.2 compability? #90

mmaxus35 opened this issue Apr 2, 2021 · 0 comments

Comments

@mmaxus35
Copy link

mmaxus35 commented Apr 2, 2021

  • SPADE version: Latest
  • Python version: 3.7.3
  • Operating System: Linux / Raspbian

I have a blocking continuous I/O operation where I have to read sensor values from raspberry. At the same time, my multi-agents should access the results of the readings. However, This blocking continuous I/O operation has to be run in another thread. To achieve this SPADE proposes to use the run_in_executor method ( implemented in Asyncio Python 3.9.2 library ). AFAIK, Spade has no 3.9.2 support. Do you have any alternative solutions for this?

Thank you.
Best Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant