public final class BlackHoleInt extends java.lang.Object implements CSProcess
Note: this functionality is (more efficiently) provided by
a BlackHoleChannelInt
.
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Constructor and Description |
---|
BlackHoleInt(ChannelInputInt in)
Construct a new BlackHoleInt process with the input Channel in.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
The main body of this process.
|
public BlackHoleInt(ChannelInputInt in)
in
- the input channelCopyright © 1996–2020. All rights reserved.