ox.channels
package ox.channels
Members list
Concise view
Type members
Classlikes
object ChannelState
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ChannelState.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class Channel[T]
Attributes
trait SourceCompanionOps
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object Source.type
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.