Registry / utility / iotaledger-hive-go-runtime

iotaledger-hive-go-runtime

JSON →
library0.0.0-20251001162450-d572d7955f11gogounverified

Runtime utilities for the IOTA Hive.go framework, including worker pools and event handling.

go get github.com/iotaledger/hive.go/runtime
INSTALL
IMPORT
SIG · IOTALEDGER-HIVE-GO
I
iotaledger-hive-go-runtime
utilitygov0.0.0-20251001162450-d572d7955f11
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.

runtime
github.com/iotaledger/hive.go/runtime

Creates a worker pool and submits a task.

package main import ( "fmt" "github.com/iotaledger/hive.go/runtime/workerpool" ) func main() { pool := workerpool.New("example", 2) pool.Submit(func() { fmt.Println("Hello") }) pool.Shutdown() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251001162450-d572d7955f11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
iotaledger-hive-go-runtime — go get iotaledger-hive-go-runtime · libregistry