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
Click to show internal directories.
Click to hide internal directories.