Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶ added in v0.0.3
func New(fn func(...interface{})) signalslots.Slot
Types ¶
type DynamicSlot ¶ added in v0.1.4
type DynamicSlot struct {
// contains filtered or unexported fields
}
func NewDynamicSlot ¶ added in v0.1.4
func NewDynamicSlot(i interface{}) (*DynamicSlot, error)
func (*DynamicSlot) Invoke ¶ added in v0.1.4
func (s *DynamicSlot) Invoke(args ...interface{})
type SlotWrapper ¶
type SlotWrapper struct {
Fn func(...interface{})
}
func (*SlotWrapper) Invoke ¶
func (s *SlotWrapper) Invoke(args ...interface{})
Click to show internal directories.
Click to hide internal directories.