Documentation ¶
Overview ¶
Package handleloop provides clean abstractions to handle listening to channels and passing them onto event handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loop ¶
type Loop struct {
// contains filtered or unexported fields
}
Loop provides a reusable event looper abstraction. It is thread-safe to use concurrently.
Click to show internal directories.
Click to hide internal directories.