trait SharedOutPort[-T] extends OutPort[T]
An output port that may be shared among several writers simultaneously.
- Alphabetic
- By Inheritance
- SharedOutPort
- OutPort
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
!(value: T): Unit
Output
value
to the port's channel.Output
value
to the port's channel.- Definition Classes
- OutPort
-
abstract
def
canOutput: Boolean
Returns
false
if no further output can be accepted by this port.Returns
false
if no further output can be accepted by this port. Returningtrue
is not a guarantee that further output will be accepted.- Definition Classes
- OutPort
-
abstract
def
closeOut(): Unit
Signal that no further values will be output from the invoking thread: idempotent
Signal that no further values will be output from the invoking thread: idempotent
- Definition Classes
- OutPort
-
abstract
def
name: String
Name of the channel this port can write to
Name of the channel this port can write to
- Definition Classes
- OutPort
-
abstract
def
outPortState: PortState
Current state of this port: for alternation implementations
Current state of this port: for alternation implementations
- Definition Classes
- OutPort
-
abstract
def
writeBefore(nsWait: Long)(value: T): Boolean
Output
value
to the port's channel beforensWait
has elapsed, and return true; or return falseOutput
value
to the port's channel beforensWait
has elapsed, and return true; or return false- Definition Classes
- OutPort
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )