Modifier and Type | Field and Description |
---|---|
private AltingChannelInputInt |
poison |
static int |
READER |
private AltingChannelInputInt |
readerRelease |
private AltingChannelInputInt |
request |
static int |
WRITER |
private AltingChannelInputInt |
writerControl |
Constructor and Description |
---|
CrewServer(AltingChannelInputInt request,
AltingChannelInputInt writerControl,
AltingChannelInputInt readerRelease,
AltingChannelInputInt poison) |
Modifier and Type | Method and Description |
---|---|
void |
run()
This defines the actions of the process.
|
public static final int READER
public static final int WRITER
private final AltingChannelInputInt request
private final AltingChannelInputInt writerControl
private final AltingChannelInputInt readerRelease
private final AltingChannelInputInt poison
public CrewServer(AltingChannelInputInt request, AltingChannelInputInt writerControl, AltingChannelInputInt readerRelease, AltingChannelInputInt poison)