//
pkg.gl
Category
go.k6.io/k6
internal
js
eventloop
package
0.57.0
Repository:
https://github.com/grafana/k6.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
133 SLOC
#
Functions
New
New returns a new event loop with a few helpers attached to it: - adding setTimeout javascript implementation - reporting (and aborting on) unhandled promise rejections.
#
Structs
EventLoop
EventLoop implements an event with handling of unhandled rejected promises.