Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 393 Bytes

changelog.md

File metadata and controls

11 lines (8 loc) · 393 Bytes

Changelog

[0.1.0] - 2024-08-17

Initial Release

  • Added Channel class for sending and receiving values.
  • Implemented basic functionality for sending and receiving values.
  • Added support for buffered channels with configurable buffer size.
  • Provided examples for minimal use, worker pools, and fan-out/fan-in patterns.
  • Documented buffering behavior and use cases in the README.