package
Version:
v0.0.0-...-f342e06
Opens a new window with list of versions in this module.
Published: Jun 21, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package event provides some primitives that are used for message passing.
Kind represents the type of event being passed.
const (
EventNil Kind = iota
EventStart
EventPause
EventPoke
EventExit
)
The different event kinds are used in different contexts.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.