Registry / utility / ipfs-go-ipfs-delay

ipfs-go-ipfs-delay

JSON →
library0.0.1gogounverified

A utility library for simulating network delays in IPFS testing.

go get github.com/ipfs/go-ipfs-delay
INSTALL
IMPORT
SIG · IPFS-GO-IPFS-DELAY
I
ipfs-go-ipfs-delay
utilitygov0.0.1
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.

delay
github.com/ipfs/go-ipfs-delay

Creates a fixed delay of 100 milliseconds.

package main import ( "fmt" "github.com/ipfs/go-ipfs-delay" ) func main() { d := delay.Fixed(100 * time.Millisecond) fmt.Println(d) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ipfs-go-ipfs-delay — go get ipfs-go-ipfs-delay · libregistry