package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Oct 5, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Event represent some function
type EventQueue interface {
Add(Event) bool
Pop() Event
ClearAndStop()
}
EventQueue is the interface for managing a queue of functions
New returns a new instance of queue
Source Files
¶
Click to show internal directories.
Click to hide internal directories.