Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSparseGoroutine ¶
func NewSparseGoroutine[I, T comparable](queueFactory func(index int) nexus.Queue[I, T], handler SparseGoroutineMessageHandler) nexus.Broker[I, T]
Types ¶
type SparseGoroutine ¶
type SparseGoroutine[I, T comparable] struct { // contains filtered or unexported fields }
func (*SparseGoroutine[I, T]) Close ¶
func (s *SparseGoroutine[I, T]) Close()
type SparseGoroutineMessageHandler ¶
type SparseGoroutineMessageHandler func(handler nexus.EventExecutor)
Click to show internal directories.
Click to hide internal directories.