Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSlot ¶
func NewSlot(fn func(...interface{})) signalslots.Slot
Types ¶
type SlotWithArgs ¶
type SlotWithArgs func(...interface{})
func (*SlotWithArgs) Invoke ¶
func (s *SlotWithArgs) Invoke(args ...interface{})
type SlotWithoutArgs ¶
type SlotWithoutArgs func()
func (*SlotWithoutArgs) Invoke ¶
func (s *SlotWithoutArgs) 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.