What is the recommended approach to handle asynchronous input without blocking execution? #896
Unanswered
wesley-jones
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I handle the scenario where there are multiple sensors connected to my network of nodes but the sensors may not produce inputs at all times. Currently when I use Dense or LIF nodes it blocks execution until it receives input which does not work for this type of scenario. I've read the issues at #100 and #32 but they don't have any recommendation for this scenario. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions