Documentation
¶
Overview ¶
Implementation for cgo preamble functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GenericSubscriber ¶
type GenericSubscriber[T any] struct { ecaltypes.Subscriber Messages chan T Deserialize func(unsafe.Pointer, int) T // contains filtered or unexported fields }
func NewGenericSubscriber ¶
func (*GenericSubscriber[T]) Delete ¶
func (sub *GenericSubscriber[T]) Delete()
Click to show internal directories.
Click to hide internal directories.