Package kilim
Interface PauseReason
-
- All Known Implementing Classes:
Cell,EmptySet_MsgAvListener,Mailbox,MailboxMPSC,MailboxSPSC,TaskDoneReason,YieldReason
public interface PauseReason- See Also:
Task.pause(PauseReason)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(Task t)True if the given task's reason for pausing is still valid.
-
-
-
Method Detail
-
isValid
boolean isValid(Task t)
True if the given task's reason for pausing is still valid.
-
-