JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
kilim
Interface PauseReason
All Known Implementing Classes:
Cell
,
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 and Description
boolean
isValid
(
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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method