package
0.14.4
Repository: https://github.com/256dpi/gomqtt.git
Documentation: pkg.go.dev

# Functions

New will return a new Future.
NewStore will create a new Store.

# Variables

ErrCanceled is returned by Wait if the future gets canceled while waiting.
ErrTimeout is returned by Wait if the specified timeout is exceeded.

# Structs

A Future is a low-level future type that can be extended to transport custom information.
A Store is used to store futures.