Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@gammazero gammazero released this 24 Nov 12:27
· 1 commit to main since this release
10df303

What's Changed

  • update deque by @gammazero in #5
  • BREAKING Use functional options to New to configure channelqueue by @gammazero in #6
    • Add WithCapacity option to specify capacity
    • Add WithInput option to use existing channel as input channel.
    • Add WithOutput option to use existing channel as output channel.
    • Calling New without options defaults to unbounded
  • Add Shutdown function to close and drain ChannelQueue
  • Allow multiple calls to Close and Shutdown

Full Changelog: v0.2.2...v1.0.0