stream

package
v0.0.0-...-3c0e61c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2024 License: Apache-2.0 Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TypedStream

type TypedStream[T any] struct {
	// contains filtered or unexported fields
}

func NewTypedStream

func NewTypedStream[T any](actorSystem *actor.ActorSystem) *TypedStream[T]

func (*TypedStream[T]) C

func (s *TypedStream[T]) C() <-chan T

func (*TypedStream[T]) Close

func (s *TypedStream[T]) Close()

func (*TypedStream[T]) PID

func (s *TypedStream[T]) PID() *actor.PID

type UntypedStream

type UntypedStream struct {
	// contains filtered or unexported fields
}

func NewUntypedStream

func NewUntypedStream(actorSystem *actor.ActorSystem) *UntypedStream

func (*UntypedStream) C

func (s *UntypedStream) C() <-chan interface{}

func (*UntypedStream) Close

func (s *UntypedStream) Close()

func (*UntypedStream) PID

func (s *UntypedStream) PID() *actor.PID

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL