ox.channels
package ox.channels
Members list
Concise view
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
- class BufferedChannel[T]class DirectChannel[T]
object Channel
object ChannelResult
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ChannelResult.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
Attributes
trait SourceCompanionOps
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object Source.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type
- Source[T]
Value members
Concrete methods
Receive an element from exactly one of the channels, blocking if necessary. Complexity: sum of the waiting queues of the channels.
Receive an element from exactly one of the channels, blocking if necessary. Complexity: sum of the waiting queues of the channels.
Attributes
Receive an element from exactly one of the channels, if such an element is immediately available.
Receive an element from exactly one of the channels, if such an element is immediately available.