//
pkg.gl
Category
github.com/mstoykov/k6-taskqueue-lib
taskqueue
package
0.1.0
Repository:
https://github.com/mstoykov/k6-taskqueue-lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
17
Files
75 SLOC
#
Functions
New
New returns a new CallbackQueuer that will use the provide registrerCallback function.
#
Structs
TaskQueue
TaskQueue makes it easy to queue multiple callback to the k6 event loop.
#
Type aliases
Task
Task is just a representation of a task that will be added to the event loop.