You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To have asynchronous
recv
capability inProcessModel
(i.e callingrecv()
on aPyInPort
only when data actually reached the port), we need theprobe
method ofPyInPort
to be implemented, so that we can probe thePyInPort
and only callrecv
whenprobe()
returns True.The text was updated successfully, but these errors were encountered: