Registry / utility / aspiesoft-go-syncterval

aspiesoft-go-syncterval

JSON →
library1.0.5gogounverified

A Go library for synchronizing intervals and timers with support for pausing and resuming.

go get github.com/AspieSoft/go-syncterval
INSTALL
IMPORT
SIG · ASPIESOFT-GO-SYNCT
A
aspiesoft-go-syncterval
utilitygov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

syncterval
github.com/AspieSoft/go-syncterval

Creates a syncterval that prints 'tick' every second.

package main import ( "fmt" "time" "github.com/AspieSoft/go-syncterval" ) func main() { t := syncterval.New(1 * time.Second, func() { fmt.Println("tick") }) t.Start() time.Sleep(3 * time.Second) t.Stop() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources
aspiesoft-go-syncterval — go get aspiesoft-go-syncterval · libregistry