Skip to content
/ gtunnel Public

Tunnel is a clean wrapper around native Go channel to allow cleanly closing the channel without throwing a panic.

License

Notifications You must be signed in to change notification settings

atedja/gtunnel

Repository files navigation

tunnel

GoDoc Build Status

Tunnel is a clean and efficient wrapper around native Go channels that allows you to:

  • Gracefully close a channel multiple times without throwing a panic.
  • Get an error when attempting to send data to a closed channel.

About

Tunnel is a clean wrapper around native Go channel to allow cleanly closing the channel without throwing a panic.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages