- 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.