//
pkg.gl
Category
github.com/256dpi/gomqtt
client
future
package
0.14.4
Repository:
https://github.com/256dpi/gomqtt.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
219 SLOC
#
Functions
New
New will return a new Future.
NewStore
NewStore will create a new Store.
#
Variables
ErrCanceled
ErrCanceled is returned by Wait if the future gets canceled while waiting.
ErrTimeout
ErrTimeout is returned by Wait if the specified timeout is exceeded.
#
Structs
Future
A Future is a low-level future type that can be extended to transport custom information.
Store
A Store is used to store futures.