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

PyInPort: probe() implementation #76

Closed
gkarray opened this issue Nov 19, 2021 · 0 comments · Fixed by #77
Closed

PyInPort: probe() implementation #76

gkarray opened this issue Nov 19, 2021 · 0 comments · Fixed by #77
Labels
0-needs-review For all new issues 1-feature New feature request

Comments

@gkarray
Copy link
Contributor

gkarray commented Nov 19, 2021

To have asynchronous recv capability in ProcessModel (i.e calling recv() on a PyInPort only when data actually reached the port), we need the probe method of PyInPort to be implemented, so that we can probe the PyInPort and only call recv when probe() returns True.

@mathisrichter mathisrichter added 1-feature New feature request 0-needs-review For all new issues labels Nov 19, 2021
@mathisrichter mathisrichter linked a pull request Nov 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review For all new issues 1-feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants