//
pkg.gl
Category
github.com/ava-labs/blobvm
utils
timer
package
0.0.11
Repository:
https://github.com/ava-labs/blobvm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
99 SLOC
#
Functions
NewStagedTimer
NewStagedTimer returns a timer that will execute [f] when a timeout occurs and execute an additional timeout after the returned duration if [f] returns true and some duration.
NewTimer
NewTimer creates a new timer object.
#
Structs
Timer
Timer wraps a timer object.