Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Dataflow
-
Labels:None
-
Number of attachments :
Description
Selects could also have a timeout versions of its methods, if we find a good use case.
Most likely this should be implemeted as a timer firing-in a timeout message.
Or the idea could be abandoned completely leaving timeouts up to the user to implement using timers and channels delivering the timeout messages to selects. This would be in-line with what Groovy-CSP implementation does.