Package

com.github.yruslan

channel

Permalink

package channel

Visibility
  1. Public
  2. All

Type Members

  1. class AsyncChannel[T] extends Channel[T]

    Permalink
  2. abstract class Channel[T] extends ReadChannel[T] with WriteChannel[T]

    Permalink
  3. abstract class ChannelDecorator[T] extends ChannelLike

    Permalink
  4. class ChannelDecoratorFilter[T] extends ChannelDecorator[T] with ReadChannel[T]

    Permalink
  5. class ChannelDecoratorMap[T, U] extends ChannelDecorator[T] with ReadChannel[U]

    Permalink
  6. trait ChannelLike extends AnyRef

    Permalink
  7. trait ReadChannel[+T] extends ChannelLike

    Permalink
  8. class SyncChannel[T] extends Channel[T]

    Permalink
  9. class WaitGroup extends AnyRef

    Permalink

    WaitGroup is a synchronization primitive ported from GoLang allows one or more threads to wait until a set of operations completes.

  10. trait WriteChannel[-T] extends ChannelLike

    Permalink

Value Members

  1. object Channel

    Permalink
  2. object TimeChannels

    Permalink

    The object contains channel generators similar to GoLang: https://gobyexample.com/tickers

  3. object WaitGroup

    Permalink
  4. package exception

    Permalink
  5. package impl

    Permalink

Ungrouped