package
0.3.1
Repository: https://github.com/stygerma/scion.git
Documentation: pkg.go.dev

# Functions

New allocates a new Deduper.

# Constants

No description provided by the author
No description provided by the author

# Structs

A Deduper issues a single request instead of multiple identical requests.
Response represents the outcome of a request.

# Interfaces

No description provided by the author

# Type aliases

CancelFunc can be called to cancel a request ahead of time, freeing up internal resources (notification lists, goroutines, etc.).
RequestFunc performs a request/response exchange, with the response written on the channel.